Line Item Attribute

Line items are intended to describe purchasable items and are used in cart and order interactions.

Field NameField TypeDescription
attributesobjectA dictionary of user-supplied values.
catalogObjectTypestringRequired. A type name representing the catalog object referenced in the line item.
catalogObjectIdstringRequired. A unique ID representing the catalog object referenced in the line item.
currencystringThe currency for the price field.
pricenumberThe price of the catalog object referenced in the line item.
quantitynumberRequired. The number of catalog objects in this line item.