LineItem
An item associated with the order.
Declaration
object LineItemProperties
| Name | Type | Description |
|---|---|---|
image | string | The name for an image representing the item. |
price | CurrencyAmount | The price of the line item. |
quantity Required | number | The number of items ordered. |
subtitle | string | A localized secondary display title for the item. |
title Required | string | A localized title for the item. |
gtin | string | The Global Trade Item Number of the item, if available. This could be an EAN, ISBN, or other value. |
sku | string | A merchant-specific unique product identifier. |