Invoices
Update Invoice Line Item
PUT
/
invoices
/
:id
/
line-items
/
:itemID
Edits a line item in the invoice. If you have a metered product associated with that line item you’ll only be able to edit it once the billing period is over.
Params
The ID of the invoice associated with the line item..
The line item ID to update.
Request
The description of the line item.
The quantity of the line item as a decimal string.
The unit price for the given line item as a decimal string.