update_product
Modify existing product details in Holded by specifying the product ID and updating fields like name, SKU, price, or description.
Instructions
Update an existing product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Product SKU | |
| tax | No | Tax percentage | |
| name | No | Product name | |
| price | No | Product price | |
| barcode | No | Product barcode | |
| costPrice | No | Cost price | |
| productId | Yes | Product ID to update | |
| description | No | Product description |