Overview
Orders import writes customer orders and order lines for fulfillment workflows. Each order requires anexternalOrderId and at least one line.
Quick Start
- Build
orders[]with order headers and nestedlines. - POST to
/api/import/orders. - Poll
/api/import/status/[jobId].
Header Fields
Line Fields (lines[])
Validation Rules
orders[]must be present and non-empty.- Header requires
externalOrderIdand non-emptylines[]. - Each line should include
skuId,quantity, andlocationId.