Use OrderCore as the checkout layer first, then add Shopify, WooCommerce, or other connectors only when a merchant needs them. Start with a 7-day trial, validate real order paths, and move to production only if the direct AI flow works for your team.
OrderCore provides the backend path for AI-assisted commerce: product retrieval, pricing, inventory, idempotent ordering, and webhook delivery with production-safe behavior.
Simple, predictable, and fast. Just how AI agents like it.
# List products curl "https://api.ordercore.ai/v1/products" \ -H "X-API-Key: oc_live_abc123..."
No e-commerce platform required. Start with pure API in minutes.
After pilot checkout, you receive your production key by email. Use it in the X-API-Key header.
Bootstrap products, SKUs, inventory, prices, and a sample customer while the no-store onboarding path is being finalized.
Call /v1/orders with an Idempotency-Key for safe retries.
Need direct AI checkout help? Email support@cloudpeakify.com or review the direct AI checkout page.
# 1) Set API key export API_KEY="oc_live_..." # 2) Seed tenant demo data (idempotent) curl -X POST "https://api.ordercore.ai/v1/onboarding/demo-data" \ -H "X-API-Key: $API_KEY" \ -H "Content-Type: application/json" \ -d '{}' # 3) Check products curl "https://api.ordercore.ai/v1/products?page=1&per_page=5" \ -H "X-API-Key: $API_KEY" # 4) Create first order (replace YOUR_SKU_ID) curl -X POST "https://api.ordercore.ai/v1/orders" \ -H "X-API-Key: $API_KEY" \ -H "Content-Type: application/json" \ -H "Idempotency-Key: first-order-001" \ -d '{"customer_id":"demo-buyer","items":[{"sku_id":"YOUR_SKU_ID","quantity":1}]}'
Quick overview first. Full 6-minute walkthrough is linked below.
Commerce primitives designed for programmatic access
Native UCP checkout endpoints. Use OrderCore as the commerce layer for GPT, Gemini, Grok, and any UCP-compatible agent.
SKUs, variants, categories, and media. Structured data for machine consumption.
Stock levels across locations. Reserve, adjust, and track with atomic operations.
Price lists, customer tiers, quantity breaks, and multi-currency support.
Safe retry logic built-in. State machine with full audit trail.
Real-time notifications. Pub/Sub ready. Automatic retry with exponential backoff.
Start with a 7-day trial, then choose monthly or yearly billing.
Start trial now, or send your stack context and we will route you into the right direct AI checkout or connector onboarding path.