List POS Sales
list_salesRetrieve point-of-sale sales records filtered by date range, terminal, or status. Use cursor-based pagination to navigate results.
Instructions
List POS sales with optional filters by date range, terminal, or status. / Lista las ventas POS con filtros opcionales por fecha, terminal o estado.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terminalId | No | Filter by terminal ID / Filtrar por terminal | |
| status | No | Filter by sale status / Filtrar por estado | |
| from | No | Start date YYYY-MM-DD / Fecha de inicio | |
| to | No | End date YYYY-MM-DD / Fecha de fin | |
| limit | No | Max results (1-100) | |
| offset | No | Offset / Desplazamiento | |
| after | No | Cursor for cursor-based pagination / Cursor de paginacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |