GoogleCloudRecommendationengineV1beta1ProductCatalogItemResponse

ProductCatalogItem captures item metadata specific to retail products.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The available quantity of the item.

Link copied to clipboard

Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..

Link copied to clipboard

Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so: * If 'exactPrice' is provided, profit = displayPrice - sum(costs) * If 'priceRange' is provided, profit = minPrice - sum(costs)

Link copied to clipboard

Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.

Link copied to clipboard
Link copied to clipboard

Optional. Product images for the catalog item.

Link copied to clipboard
Link copied to clipboard

Optional. Online stock state of the catalog item. Default is IN_STOCK.