create_collection
Create a new collection to organize products by setting its name, slug, description, active status, and conditions.
Instructions
Create a new collection. Common fields: name, slug, description, active, conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Fields for the new collection. Common fields: name, slug, description, active, conditions. Call get_collection on an existing record to see the full shape. |