list_collections
List collections with pagination, search, and filters to manage your store's catalog.
Instructions
List collections with pagination, search and filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (default 1) | |
| sort | No | Sort field, e.g. 'createdAt' or 'name' | |
| search | No | Free-text search query | |
| status | No | Filter by status | |
| filters | No | Additional query-string filters passed through to the API verbatim | |
| page_size | No | Items per page |