Line Item Attribute

Line items describe purchasable items and are used in cart and order-related interactions.

Field NameField TypeDescription
attributesobjectA dictionary of user-supplied key-value pairs that to add more detail, such as {"color": "blue"}
catalogObjectTypestringRequired. A type name representing the catalog object referenced in the line item. For example, Product, and SKU.
catalogObjectIdstringRequired. A unique ID representing the catalog object referenced in the line item.
currencystringThe currency for the price field. For example, USD, and GBP.
pricenumberThe price of the catalog object referenced in the line item.
quantitynumberRequired. The number of catalog objects in this line item.

Here's an example of a LineItem for iOS.

Here's an example of a LineItem for Android.