invoice_items_update
Update an item. Omit prices entirely to leave existing per-currency prices alone — sending it REPLACES the whole set, so renaming an item without touching pricing means not sending that key at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| prices | No | ||
| unitLabel | No | ||
| unitPrice | No | ||
| description | No | ||
| defaultTaxRate | No |