update_product
Update an existing product's details such as name, price, category, and availability in your Karrito catalog.
Instructions
Update an existing product in your Karrito catalog. Requires KARRITO_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID to update | |
| name | No | New product name | |
| price | No | New price in store currency | |
| isActive | No | Whether the product is active | |
| categoryId | No | New category ID | |
| description | No | New product description | |
| comparePrice | No | Compare-at price (must be > price) |