invoices_update_line_item
Update a line item on an invoice by modifying its item name, quantity, price, cost, discount percent, or taxable status.
Instructions
Update a line item on an invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Invoice ID | |
| line_item_id | Yes | Line item ID | |
| item | No | Item name | |
| name | No | Display name | |
| quantity | No | Quantity | |
| price | No | Price | |
| cost | No | Cost | |
| discount_percent | No | Discount % | |
| taxable | No | Whether taxable |