update_product_category
Change a product category's name, image, description, or visibility. Provide the category id and fields to update.
Instructions
Update a product category (name, image, description, or visibility). Pass id + fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Category id | |
| name | No | New name | |
| image | No | New hosted image URL | |
| hidden | No | Hide (true) or show (false) the category | |
| description | No | New description |