list_collections
Search and paginate product collections in a Medusa v2 store, with optional field selection and results limits to control response size.
Instructions
List product collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| 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). |