update_product
Update an existing product in Billy by modifying only the fields you provide. To change prices, submit a complete new prices array that replaces all existing ones.
Instructions
Update an existing Billy product. Only provided fields are changed. Providing prices replaces all existing prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID to update | |
| name | No | Product name | |
| prices | No | Replaces ALL existing per-currency prices when set | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| accountId | No | Revenue account to code sales to | |
| productNo | No | Your own product number/SKU | |
| isArchived | No | Archive/unarchive the product | |
| description | No | Default invoice-line description | |
| salesTaxRulesetId | No | Sales tax ruleset ID controlling VAT treatment |