sales_list
Retrieve filtered sales orders with status, date, payment, customer, and total. Filter by status, payment method, date range, and sort results.
Instructions
Lista ordenes con estado, fecha, pago, cliente, items y total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages NDJSON | |
| limit | No | Max results 1-250 | |
| fields | No | Comma-separated response fields | |
| offset | No | ||
| status | No | ||
| date_to | No | ||
| dry_run | No | ||
| timezone | No | America/Bogota | |
| date_from | No | YYYY-MM-DD | |
| sort_field | No | order_date | |
| payment_method | No | ||
| sort_direction | No | desc |