list_orders
Retrieve Shopify store orders with filters for status, date, and more. Sort or paginate results for efficient management.
Instructions
Lists orders in the shop. Filterable by status, date, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of results (max 50) | |
| query | No | Search filter (e.g. "financial_status:paid", "fulfillment_status:unfulfilled", "created_at:>2024-01-01") | |
| reverse | No | Reverse sort order | |
| sortKey | No | Sort field |