toast_list_orders
Retrieve restaurant orders with filters for date range, status, or business date. Paginated results help analyze sales or reconcile transactions.
Instructions
List orders with filtering options (date range, status, business date). Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| endDate | No | End date in ISO 8601 format | |
| pageSize | No | Page size (default: 100, max: 100) | |
| startDate | No | Start date in ISO 8601 format | |
| businessDate | No | Business date in YYYYMMDD format | |
| restaurantGuid | No | Restaurant GUID |