Import external invoices
Learn how to import external invoices into Zuora using the REST API, including handling tax information.
This tutorial shows you how to import an external invoice into Zuora through the REST API.
Assume that your end customers have purchased some hardware products and you want to import the corresponding invoices with pre-calculated taxes into Zuora as standalone invoices with predefined data. In this scenario, you can use the Create a standalone invoice operation to achieve it. Zuora does not recalculate the taxes.
In the preceding scenario, you have to provide tax information in the
invoiceItems
>
taxItems
field in the request body of this operation.
To import an invoice from an external billing system into Zuora as a standalone invoice through the Zuora REST API, perform the following steps: