list_orders
Retrieve shop orders filtered by status (open, unshipped, unpaid, completed, processing) with optional date range and pagination.
Instructions
List shop orders (receipts). Filter by status: open, unshipped, unpaid, completed, processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | ||
| max_created | No | Unix timestamp — only orders created before this date | |
| min_created | No | Unix timestamp — only orders created after this date |