create_product_category
Create a product category. Use parentId to create subcategories under an existing category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name | |
| parentId | No | Parent category ID for subcategories | |
| sortOrder | No | Display sort order | |
| description | No | Category description | |
| onlineEnabled | No | Show in online store (default true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |