create_brand
Create a product brand with hierarchical structure and image support, then assign the brand to products via the update_product tool.
Instructions
Create a product brand. Brands are hierarchical and can have images. Assign to products via update_product with brands array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Brand name | |
| slug | No | Brand slug | |
| image | No | Brand image URL | |
| fields | No | Comma-separated fields to return in response | |
| parent | No | Parent brand ID | |
| description | No | Brand description |