Skip to main content

Overview

Orders import writes customer orders and order lines for fulfillment workflows. Each order requires an externalOrderId and at least one line.

Quick Start

  1. Build orders[] with order headers and nested lines.
  2. POST to /api/import/orders.
  3. Poll /api/import/status/[jobId].

Header Fields

Line Fields (lines[])

Validation Rules

  • orders[] must be present and non-empty.
  • Header requires externalOrderId and non-empty lines[].
  • Each line should include skuId, quantity, and locationId.

Common Errors