update_category
Modify existing store category fields—name, image, status, parent, sort order, or description—by providing the category ID. Supports partial updates for specific changes.
Instructions
Update a category by categoryId (partial).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| image | No | ||
| status | No | ||
| parentId | No | ||
| sortOrder | No | ||
| categoryId | Yes | ||
| description | No |