PurchasedProductView
Version 2024-04-01
Overview
Represents a snapshot of purchased product details at the time of Order placement.
Fields
Field | Description |
---|---|
amazonSku (AmazonSkuProductIdentifier) | Amazon SKU from Amazon.com. |
externalId (ExternalProductIdentifier) | A unique product identifier that identifies a product from referenced e-commerce platform. |
image (FeaturedImage) | Image associated with the product. |
offerPrime (Boolean) | Intention of offering prime for the product. |
price (Money) | Price associated with the product.
If the lineItem's |
productDetailPageUrl (String) | Product detail page URL for the product. |
productId (ProductId) | Product identifier generated by Buy With Prime associated with the product. |
sku (SkuProductIdentifier) | Product SKU from e-commerce platform. |
title (String) | Title associated with the product.
If the lineItem's |
variationSelections ([VariationSelection]) | Variation selections associated with the product. For example, 'Color: Red'. |
Updated about 2 months ago