update_invoice_line_item
Update invoice line items: adjust quantity, unit price, tax rate, or description. Identify the invoice and line item to modify.
Instructions
Update a line item on an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The line item UUID | |
| quantity | No | Quantity | |
| tax_rate | No | Tax rate percentage | |
| invoice_id | Yes | The invoice UUID | |
| unit_price | No | Unit price in cents | |
| description | No | Description |