Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PurchaseProductDetails

Details about the product.

Hierarchy

  • PurchaseProductDetails

Properties

Optional gtin

gtin: undefined | string

Global Trade Item Number of the product. Useful if offerId is not present in Merchant Center. Optional.

Optional plu

plu: undefined | string

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.

Optional productAttributes

productAttributes: undefined | object

Merchant-provided details about the product, e.g. { "allergen": "peanut" }. Useful if offerId is not present in Merchant Center. Optional.

Optional productId

productId: undefined | string

Product or offer id associated with this line item.

Optional productType

productType: undefined | string

Product category defined by the merchant. E.g. "Home > Grocery > Dairy & Eggs > Milk > Whole Milk"

Generated using TypeDoc