Skip to main content
OBJECT

Fields

description
String
Description of the goods or services.
commodityCode
String
A specific code used to classify and categorize the type of goods and services being purchased.
productCode
String
The supplier’s unique product identifier, inventory number, or UPC code used to identity a specific product.
unitPrice
Decimal
The “per unit” price of the line item.
unitQuantity
Decimal
The number of units included in the line item.
unitOfMeasure
String
The metric used for understanding the quantity of a given line item. e.g., for quantities, use “each” or “piece” for length, use “meter” or “inch” for volume, use “liter” or “gallon” and for weight, use “gram” or “pound”, etc.
discountAmount
Decimal
Details regarding any discounts applied to the line item.
productSku
String
A SKU, or Stock Keeping Unit, is a unique alphanumeric code assigned by a retailer to identify and track each distinct product or product variation within their inventory.
lineItemAmount
Decimal
The total amount of the item. Calculated as [Unit price * Unit quantity]
taxDetails
LineItemTaxes
Tax details applicable to the individual line item. If the item is not taxable, these fields should be set to null.