Get collection sales
Fetches the sales records for a specific collection by its ID. Supports filtering by date, order details, and pagination.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The unique identifier of the collection.
Query Parameters
The earliest order date to filter sales.
The latest order date to filter sales.
The minimum total sale amount to filter by.
The maximum total sale amount to filter by.
The email address associated with the sale to filter by.
The order number to filter sales.
The maximum number of items to return (1-1000).
1 < x < 1000
The number of items to skip before starting to collect the result set.
The sort order of the results.
asc
, desc
The field by which to order the results.
Response
List of sales records for the collection.