Google Cloud Recommendationengine V1beta1Product Catalog Item Args
ProductCatalogItem captures item metadata specific to retail products.
Constructors
Properties
Optional. The available quantity of the item.
Optional. Canonical URL directly linking to the item detail page with a length limit of 5 KiB..
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)
Optional. Only required if the price is set. Currency code for price/costs. Use three-character ISO-4217 code.
Optional. The exact product price.
Optional. Product images for the catalog item.
Optional. The product price range.
Optional. Online stock state of the catalog item. Default is IN_STOCK
.