add_invoice_line_item
Add a line item to an existing invoice by supplying description, quantity, unit price, and optional tax rate. Provide the invoice UUID to identify the target invoice.
Instructions
Add a line item to an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | Yes | Quantity | |
| tax_rate | No | Tax rate percentage (e.g. 19) | |
| invoice_id | Yes | The invoice UUID | |
| unit_price | Yes | Unit price in cents | |
| description | Yes | Line item description |