List sale orders
Organization API
List sale orders
List the sale orders for the authenticated organization. Results are scoped to the API key’s organization — you cannot access another organization’s orders.
Rate limit: 120 requests burst, 60 requests/minute sustained.
GET
List sale orders
Documentation Index
Fetch the complete documentation index at: https://docs.collectpure.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Query Parameters
Filter by order status
Available options:
awaiting_payment, payment_processing, fufillment_in_progress, payment_failed, order_shipped, order_complete, order_cancelled, partially_fufilled Maximum number of orders to return (default 20, max 100)
Required range:
1 <= x <= 100Number of orders to skip (for pagination)
Required range:
0 <= x <= 9007199254740991Response
200 - application/json
Default Response