get_all_orders
Retrieve complete order data from Shopify, including archived and cancelled orders. Supports filtering, sorting, and pagination.
Instructions
Fetch all orders with comprehensive data including archived and cancelled orders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of orders to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'status:any', 'created_at:>2024-01-01') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |