v1
latestOpenAPI 3.0.12026-07-2412502.6 MBSearch orders
Search for specific order details or get all existing order details. Expand on the information returned by including 'with' in the query parameters to include additional details of the orders.
Query parameters
Search for specific order ID(s). Comma separate for multiple.
Return orders that are tied to a specific customer ID.
Return orders that are associated to a customer with a specific email.
Return orders that are associated to a customer with a specific phone number.
Return only orders that were created on or after this date. A date to and from field is required when not passing order ID(s), a customer ID, or a customer email.
Return only orders that were created on or before this date. Required when passing date_created_from. Maximum date range: 31 days.
Return only orders that were completed on or after this date. A date to and from field is required when not passing order ID(s), a customer ID, or a customer email.
Return only orders that were completed on or before this date. Required when passing date_ordered_from. Maximum date range: 31 days.
Return only orders that were modified on or after this date. A date to and from field is required when not passing order ID(s), a customer ID, or a customer email.
Return only orders that were modified on or before this date. Required when passing date_modified_from. Maximum date range: 31 days.
Orders for specific campaign IDs.
Offer IDs that would be associated with order offers.
- 1 - Active
- 2 - Cancelled
- 3 - Complete
- 4 - Partial
- 5 - Declined
- 6 - Archive
- 7 - Rejected
- 8 - Removed
- 9 - Paused
- 10 - Expired
Limit orders that have order offers with a particular status.
Custom Tracking Variable Options 1-20 that would be on an order.
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=customer,order_offers)
Limit the number of results. Default: 100, max: 200.
Offset the results
Field to sort result by
Order by asc or desc
Response
OK