search_all_orders
Retrieve all orders across every page in parallel for reporting and counting. Apply filters to narrow results by date, status, or other criteria.
Instructions
Fetch ALL orders across all pages in parallel.
Use for reporting/counting, e.g. 'all orders from last week'. ALWAYS use filters to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| status | No | ||
| shop_id | No | ||
| warehouse_id | No | ||
| start_create_date | No | ||
| end_create_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||