Edit product
edit_product[demo: deshabilitada] Updates a single product's fields (name, price, costPrice, or stockQuantity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New product name (optional). | |
| price | No | New selling price in ARS (optional). | |
| costPrice | No | New cost price, or null to clear (optional). | |
| productId | Yes | ID of the product to update. | |
| stockQuantity | No | Set stock to this value (optional). |