update_product
Update fields of an existing product or service, such as title, price, or SKU. Only provided fields are changed, preserving unchanged data.
Instructions
Update fields on an existing product or service. Only provided fields are changed (PATCH semantics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Elorus product ID to update | |
| code | No | Product code or SKU | |
| unit | No | Unit of measurement ID (obtain from list_units) | |
| notes | No | Internal notes | |
| taxes | No | Array of tax IDs (obtain via list_taxes) | |
| title | No | Product or service name | |
| sale_price | No | Default selling price before tax, e.g. '99.99' | |
| description | No | Detailed description | |
| purchase_price | No | Default purchase/cost price before tax, e.g. '60.00' |