Skip to main content
POST

Path parameters

string
required
Tenant identifier

Request body

CreateOrderRequest
string (date-time)
required
Order creation timestamp
string
Source order ID on the external channel/platform.
string
External channel/platform for non-Shopify orders.
OrderLineItem[]
required
Order line items
string
Location ID for fulfillment
string
NetSuite order ID if synced
string
required
Order number
string
required
Legacy canonical order ID field used by existing StateSet/order storage. For non-Shopify channels, prefer also sending externalPlatform and externalOrderId; the orchestrator will store the canonical key as {platform}:{externalOrderId} while preserving backwards compatibility.
object
Raw upstream order payload snapshot, persisted for downstream sync jobs.
string[]
Order tags for filtering/categorization
string (uuid)
Workflow ID for tracking

Response

CreateOrderResponse
string (uuid)
required
Unique StateSet order ID

Status codes