List orders
Retrieve a paginated list of the store’s orders with optional filters. Requires the READ_ORDERS scope.
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Query Parameters
Filter by order status. Can be specified multiple times.
pending, processing, paid, cancelled, refunded Filter by specific order ID.
Filter orders with total greater than or equal to this value.
Filter orders with total less than or equal to this value.
Filter orders created after this date (ISO 8601 format).
Filter orders created before this date (ISO 8601 format).
Page number for pagination (default: 1).
x >= 1Number of items per page (default: 10).
x >= 1
