create_category
Create a new product category by specifying name, slug, parent category, description, image, and active status.
Instructions
Create a new category. Common fields: name, slug, parentCategoryId (null for a top-level category), description, image, active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Fields for the new category. Common fields: name, slug, parentCategoryId (null for a top-level category), description, image, active. Call get_category on an existing record to see the full shape. |