v3
latestOpenAPI 3.1.02026-08-0619186200.1 KBRetrieve List of Orders
When no filters are specified, the endpoint will return up to the first 1,000,000 orders, based on selected ordering. If filters are used, this endpoint will return a maximum of 10,000 orders.
Query parameters
1-based page number to return. Defaults to 1.
Number of results per page. Defaults to a server-configured value; check the response metadata for the effective size.
Sort direction by internal order id: DESC (newest first) or ASC (oldest first).
Filter to orders whose order_key matches any value in this list.
Filter to orders whose order_number matches any value in this list.
Filter by current order status (see PublicApiOrderStatus enum); omit to return all statuses.
Filter by order type (see OrderType enum); omit to return all types.
Lower bound (inclusive) on updated_at as an ISO 8601 timestamp; returns orders updated at or after this time.
Upper bound (inclusive) on updated_at as an ISO 8601 timestamp; returns orders updated at or before this time.
Lower bound (inclusive) on shipped_at as an ISO 8601 timestamp; returns orders shipped at or after this time.
Upper bound (inclusive) on shipped_at as an ISO 8601 timestamp; returns orders shipped at or before this time.
Response
Success