list_products
Retrieve a paginated list of products with exact match filters, sorting, and field selection to find specific items.
Instructions
List products. All filters are exact match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | JSON:API sort, e.g. `item_description`, `-created_at`. | |
| fields | No | Comma-separated subset of fields to return. | |
| item_code | No | Exact match on item_code. | |
| page_size | No | Items per page (1-500). | |
| page_number | No | 1-based page number. | |
| item_description | No | Exact match on item_description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||