Create Orders
Order Management
Create Orders
Creates a new order. You can specify products by sku code (recommended) or by spu + size + color.
POST
Create Orders
Import orders into the system. You can specify products in two ways:
- By SKU code (recommended): Pass the
skufield with a code from List Products. The system resolves size, color, and SPU automatically. - By SPU + size + color: Pass
spu,size, andcolorindividually (legacy method, still supported).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Order details
