dcmOrder and
dcmOrderLine records for the authenticated organization.
Import Orders
POST /api/import/orders
Authentication
Pass an API key in the request header:Import API key with
import:write, import:read, or import:* scope.Request Body
Array of order rows to import.
External order identifier used as the order ID.
Order lines for the order.
Product SKU identifier.
Requested quantity for the line.
Source location code (stored as
{organizationId}-{locationId}).Success Response
202 Accepted
Created import job ID.
Always
ACCEPTED when the job is accepted for processing.Number of received order rows.
Validation Error
400 Bad Request when orders[] is missing or empty.