create_custom_collection
Create a new manual collection in your Shopify store, with the option to include specific products by their IDs.
Instructions
Create a new custom (manual) collection. Optionally include product IDs to add to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Collection title (required). | |
| body_html | No | Collection description in HTML. | |
| published | No | Whether the collection is visible. Default: true. | |
| sort_order | No | Sort order for products in the collection. | |
| image_url | No | URL for the collection image. | |
| collects | No | Products to include in the collection. |