accounting_invoice_items_update
Update items on an existing invoice using a payload with SKU, quantity, unit price, total, description, and tax. Set confirmed flag to apply changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | Invoice ID | |
| payload | No | Invoice item patch payload | |
| _confirmed | No | Set to true to confirm this write operation |