create_category
Create a new category for your store's products. Set a parent category to make it a subcategory, with optional image, description, and sort order.
Instructions
Create a category. parentId makes it a subcategory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| image | No | ||
| parentId | No | ||
| sortOrder | No | ||
| description | No |