list_orders
Retrieve recent customer orders with free-text search, field selection, and pagination controls to keep responses focused and manageable.
Instructions
List recent orders. Supports 'q' free-text and paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | Max results (default 20). | |
| fields | No | Comma-separated field selection, e.g. 'id,title,status,*variants'. Use to keep responses small. | |
| offset | No | Results to skip (pagination). |