list_products
Search and list products by free-text query, status, or collection, category, tag, and type filters. Retrieve specific fields and paginate results to keep responses small and targeted.
Instructions
List/search products. Supports free-text 'q', status filter, and filtering by collection/category/tag/type id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over title, handle, etc. | |
| limit | No | Max results (default 20). | |
| fields | No | Comma-separated field selection, e.g. 'id,title,status,*variants'. Use to keep responses small. | |
| offset | No | Results to skip (pagination). | |
| status | No | Filter by product status. | |
| tag_id | No | ||
| type_id | No | ||
| category_id | No | ||
| collection_id | No |