update_category
Update a category in your Karrito store by providing its ID and optional new name, active status, or sort order.
Instructions
Update an existing category in your Karrito store. Requires KARRITO_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Category ID to update | |
| name | No | New category name | |
| isActive | No | Whether the category is active | |
| position | No | New sort order (lower = first) |