list_smart_collections
List automatic Shopify collections that include products based on defined rules. Filter results by title, product ID, or use pagination to manage large sets.
Instructions
List smart (automatic) collections. These are collections where products are automatically included based on rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of collections to return (1-250). Default: 250. | |
| since_id | No | Return collections after this ID. | |
| title | No | Filter by exact title match. | |
| product_id | No | Filter collections that contain this product ID. | |
| page_info | No | Cursor for pagination. |