Orders
List Orders
Retrieve a paginated list of the seller’s orders.
GET
Returns all non-draft orders belonging to the authenticated seller, with optional filtering by status, customer, region, and more.
Query parameters
Maximum number of records to return.
Number of records to skip.
Field to sort by, prefix with
- for descending order.Comma-separated list of fields to include, prefix with
+/- to add or remove from defaults.Search term matched against order fields.
Filter by order ID(s).
Filter by order status.
Filter by customer ID(s).
Filter by sales channel ID(s).
Filter by region ID(s).
Filter by currency code(s).
Filter by fulfillment status.
Filter by payment status.
Filter by creation date with operators like
$gte, $lte.Filter by update date with operators like
$gte, $lte.Response
Total number of matching orders.
Number of records skipped.
Number of records returned.