list_items
Search and paginate through inventory items using name or category filters to locate products.
Instructions
Return a page of inventory items. Filter by name (query) or category (category_id).
Requires INVENTORY_R. fields: optional list of field names to keep (narrows the response; cannot widen past the allowlist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| fields | No | ||
| offset | No | ||
| category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||