list_sales
Retrieve sales data from ConsignCloud with filters for status, customer, location, date range, and pagination to manage consignment business operations.
Instructions
List sales with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default: 1000) | |
| cursor | No | Pagination cursor | |
| status | No | Filter by status (completed, voided, returned) | |
| customer | No | Filter by customer account ID | |
| location | No | Filter by location ID | |
| created_gte | No | Filter sales created after this date (ISO 8601) | |
| created_lte | No | Filter sales created before this date (ISO 8601) |