Api Reference
This endpoint accepts batched order payloads and creates or updates dcmOrder and
dcmOrderLine records for the authenticated organization.
POST /api/import/orders
Pass an API key in the request header:
Import API key with import:write, import:read, or import:* scope.
Array of order rows to import.
Each order row supports:
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}).
202 Accepted
Created import job ID.
Always ACCEPTED when the job is accepted for processing.
Number of received order rows.
400 Bad Request when orders[] is missing or empty.
1{2 "error": "orders[] is required"3}