Details about the product.
JSON representation | |
---|---|
{ "productId": string, "gtin": string, "plu": string, "productType": string, "productAttributes": { string: string, ... } } |
Fields | |
---|---|
productId |
Product or offer id associated with this line item. |
gtin |
Global Trade Item Number of the product. Useful if offerId is not present in Merchant Center. Optional. |
plu |
Price look-up codes, commonly called PLU codes, PLU numbers, PLUs, produce codes, or produce labels, are a system of numbers that uniquely identify bulk produce sold in grocery stores and supermarkets. |
productType |
Product category defined by the merchant. E.g. "Home > Grocery > Dairy & Eggs > Milk > Whole Milk" |
productAttributes |
Merchant-provided details about the product, e.g. { "allergen": "peanut" }. Useful if offerId is not present in Merchant Center. Optional. An object containing a list of |