update_product
Update a product's details by sending only the fields you want to change, keeping other values unchanged.
Instructions
Update a product. Only non-null fields are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id. | |
| tax_code | No | VAT rate code — `NOR`, `INT`, `RED`, `ISE`. | |
| item_code | No | Unique product code. | |
| sales_price | No | Unit sales price. | |
| item_family_id | No | Item family id to associate. | |
| item_description | No | Product name/description. | |
| sales_price_includes_vat | No | True if sales_price already includes VAT. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||