Create product category
create_categoryCreate a product category or subcategory for a brand. Use parent_id to nest subcategories.
Instructions
Create a new product category (or subcategory via parent_id) for a brand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name | |
| brand_id | Yes | Brand UUID | |
| parent_id | No | Parent category UUID for subcategories |