Update an invoice line item
Patches an existing invoice line item. Only the fields provided in the request body are modified.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
255"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the invoice
Unique identifier for the line-item
Body
Description of the line item
Response
Success
Description of the line item
Unique identifier for the line item
Whether this line item can be manually edited
Quantity of the line item
"1"
Total price before tax (quantity x unit price)
"100.00"
Unit price of the line item
"100.00"
End of the billing period for this line item
Start of the billing period for this line item
Associated product identifier