list_receipts
Search and retrieve receipt summaries by date, store, or receipt number. Filter by presets like today or this_week, or specify a custom range to get totals, line items, and payment details.
Instructions
Search receipts (tickets) by date range, store, or receipt numbers. Returns receipt summaries with totals, line items, and payment info. Use date presets (today, yesterday, this_week, this_month) or explicit from/to range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (ISO 8601) for explicit date range | |
| from | No | Start date (ISO 8601) for explicit date range | |
| limit | No | Results per page (1-250) | |
| cursor | No | Pagination cursor from previous response | |
| period | No | Date preset for filtering receipts | |
| store_id | No | Filter by store UUID | |
| receipt_numbers | No | Comma-separated receipt numbers to look up |