list_items
Retrieve item names, prices, SKUs, and categories from the Loyverse catalog. Filter by UUIDs, paginate results, or include soft-deleted items.
Instructions
List items from the catalog. Useful to look up item names, prices, SKUs, and categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1-250) | |
| cursor | No | Pagination cursor from previous response | |
| items_ids | No | Comma-separated item UUIDs to filter | |
| show_deleted | No | Include soft-deleted items (default false) |