list_custom_collections
Retrieve a list of custom collections where products are manually selected. Filter by title, product ID, or paginate through results.
Instructions
List custom (manual) collections. These are collections where the merchant manually selects which products to include.
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. |