List collections
list_collectionsRetrieve paginated store collections, filtering by STATIC or DYNAMIC type and ACTIVE/INACTIVE status.
Instructions
List collections of the store (paginated). A collection is a curated set of product cards: STATIC (filled manually via manage_collection_cards) or DYNAMIC (filled by filters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages via auto-pagination, up to 500 items; ignores page/per_page. | |
| page | No | Page number, starting at 1 (default 1). | |
| type | No | Filter by collection type. | |
| status | No | Filter by collection status (default: both ACTIVE and INACTIVE). | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. |