Input Data Reference
Line Items
Contents
Description
Line items represent the individual products or services whose prices are to be communicated to the recipient of the invoice or quote. Unlike freeform payee or payer data, line item data must follow a prescribed information schema in order to be processed correctly by the invoice generator. Each line item must contain the following fields:
-
Section: (optional) specifies a named group to which the line item belongs. If not present then the item will be assigned to the default unnamed group. Subtotals will be calculated for all groups that are present in an invoice or quote.
-
Item: (required) the description of the product or service that this line item represents.
-
Quantity: (required) the quantity of the product or service that this line item represents.
-
Units: (optional) specifies the numerical units in which the Quantity field is expressed (e.g. hours, pieces, etc.) Templates will commonly choose to suffix the Quantity value with the Units value when formatting line items.
-
Price: (required) the price of each individual unit, which will be multiplied by the Quantity value to calculate the total cost for the line item.
Data format
When using this interface: | Use this data format: |
---|---|
Command-line interface | Comma-separated values (CSV) file |
Python API | Sequence[Mapping[str, str]] |
gRPC Microservice | (coming soon) |
Examples
Example CSV file for use with the command-line interface:
Example data for use with the API: