Edit the invoice item prices and custom fields of standalone invoices through the REST API
Edit invoice item prices and custom fields of draft standalone invoices using the Zuora REST API.
You can use the Update an invoice operation to edit the invoice item price and custom fields of a draft standalone invoice, or the Update invoices operation to edit the invoice item prices and custom fields of multiple draft standalone invoices in one single request.
In the aforementioned scenario, you have to provide a new price in the
invoiceItems
>
price
field and new custom field values in the request body of the Update an invoice
operation.
To edit the invoice item price and custom fields of a draft standalone invoice through the Zuora REST API, perform the following steps: