list_orders
List store orders in reverse chronological order, filter by status or date range, and paginate with a cursor for efficient retrieval.
Instructions
List orders, newest first. Filter by status and/or ISO date range; paginate with limit/lastKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ISO date, e.g. 2026-07-01 | |
| limit | No | ||
| status | No | ||
| lastKey | No | Cursor from a previous page |