Skip to main content
POST
Create Orders
Import orders into the system. You can specify products in two ways:
  • By SKU code (recommended): Pass the sku field with a code from List Products. The system resolves size, color, and SPU automatically.
  • By SPU + size + color: Pass spu, size, and color individually (legacy method, still supported).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Order details

uniqueRequestId
string
required

Unique identifier for this order batch, used for deduplication and later querying waybills

orderItems
object[]
required

Response