Retrieves list of orders for the affiliates.
Query parameters
Retrieve only the orders specified by a comma-separated list of order IDs
Retrieve only the orders specified by a comma-separated list of order numbers
Retrieve only the orders matching the customer email address
Retrieve only the orders specified by a comma-separated list of Affiliate IDs
Retrieve only orders specified by a comma-separated list of their approval status
Show orders after the specified order ID
Show orders created at or before date (format: Sun Jul 26 2019 12:10:07 GMT+0530)
Show orders created at or after date (format: Sun Jul 26 2019 12:10:07 GMT+0530)
Shows orders where the customer is a new customer. 1 = new customer, 0 = old customer
Shows orders where order is a subscription order. 1= subscription order, 0 = not a subscription order
Shows orders where order is a subscription renewal. 1= subscription renewal order, 0 = not a subscription renewal order
Comma separated list of fields to return
Limit number of results
Response
Example response
{
"orders": [
{
"id": 1,
"affiliate_id": 1,
"total": 100,
"subtotal": 90,
"commission": 10,
"status": "approved",
"created": "Tue Sep 01 2026 09:54:14 GMT+0200 (Central European Summer Time)"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.