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
id
string
The ID of the invoice associated with the line item..
lineItemId
string
The line item ID to update.
Request
description
string
The description of the line item.
quantity
string
The quantity of the line item as a decimal string.
unitPrice
string
The unit price for the given line item as a decimal string.