Invoice Item Data Source
Use this data source to export invoice item data. Each row represents one line item on an invoice. Data includes information on the products and subscriptions that correspond to the line item as well as the invoice, and the account associated with the invoice.
Objects Available in the Data Source
Base object description
Object | Description |
---|---|
Invoice Item |
This is the base object for the Invoice Item Data Source Export. Contains the following fields:
|
Related Zuora Objects
Object | Description |
---|---|
Account |
The Customer Account. |
Accounting Period |
|
Amendment | The amendment that is tied to the invoice item, if applicable. |
Bill To Contact | The contact of the entity/person whom you bill for your product or service. |
Bill To Contact Snapshot |
A copy of the bill to contact information used to generate invoices. |
Entity |
The entity that the data relates to. Part of the Multi-entity feature. Contains the following fields:
|
Sold To Contact | The contact of the entity/person to whom your product or service is sold. |
Sold To Contact Snapshot |
A copy of the sold to contact information used to generate invoices. |
Invoice Item FX Data |
Contains Home Currency and Reporting Currency information. |
Default Payment Method | The default payment method for the Customer Account. |
Invoice | Invoice that the payment was applied to. |
Journal Entry |
Represents a Zuora transaction recorded as a debit and credit. Includes the following fields:
This object is available on this data source only when Zuora Finance is enabled on your tenant. |
Journal Run |
Automated process for creating journal entries from Zuora transactions. Includes the following fields:
This object is available on this data source only when Zuora Finance is enabled on your tenant. |
Product | The product the invoice line item belongs to. |
Product Rate Plan | The product rate plan the invoice item belongs to. |
Product Rate Plan Charge | The product rate plan charge the invoice item belongs to. |
Rate Plan | The rate plan the invoice item belongs to. |
Rate Plan Charge | The rate plan charge the invoice item belongs to. |
Subscription | The subscription the invoice item belongs to. |
Accounts Receivable Accounting Code | Accounting code for accounts receivable. |
Recognized Revenue Accounting Code | Accounting code for recognized revenue. |
Deferred Revenue Accounting Code | Accounting code for deferred revenue. |
Charge Amount field
The Charge Amount field of the Invoice Item data source is the same as the Extended Price column included in the invoice CSV export file.
Charge Name field
Use the Charge Name field to include more information in the data source export. The Charge Name field in the Invoice Item data source is different from the Charge Number field on the Rate Plan Charge data source. Typically, the Charge Name on Invoice Item contains additional information such as "-- Proration." For example: Monthly Fee -- Proration
Source Item Type field
The Source Item Type field indicates the source of creation of an invoice item, possible values are:
SubscriptionComponent
: the invoice item is created from a subscription rate plan charge.Rounding
: the invoice item is created as a result of extra rounding.ProductRatePlanCharge
: the invoice item is created from a product rate plan charge directly.None
: the invoice item is created from an ad-hoc standalone invoice.OrderLineItem
: the invoice item is created from an order line item.
Booking Reference field
If the invoice item is created from an order line item, its Booking Reference is the id of the order line item.
If the invoice item is created from other sources, its Booking Reference is the string value as specified during its creation or ‘null’ if not specified at all.