str The 3-letter currency code defined in `ISO
4217
price
float Price of the product.
Google Merchant Center propertyprice__.
Schema.org propertyOffer.price__.
original_price
float Price of the product without any discount. If zero, by
default set to be theprice. If set,original_priceshould be greater than or equal toprice, otherwise
an INVALID_ARGUMENT error is thrown.
cost
float The costs associated with the sale of a particular product.
Used for gross profit reporting.
- Profit =price-costGoogle Merchant Center propertycost_of_goods_sold__.
price_effective_time
google.protobuf.timestamp_pb2.Timestamp The timestamp when thepricestarts to be
effective. This can be set as a future timestamp, and thepriceis only used
for search afterprice_effective_time.
If so, theoriginal_pricemust be set andoriginal_priceis used beforeprice_effective_time.
Do not set ifpriceis always
effective because it will cause additional latency during
search.
price_expire_time
google.protobuf.timestamp_pb2.Timestamp The timestamp when thepricestops to be
effective. Thepriceis used for
search beforeprice_expire_time.
If this field is set, theoriginal_pricemust be set andoriginal_priceis used afterprice_expire_time.
Do not set ifpriceis always
effective because it will cause additional latency during
search.
price_range
google.cloud.retail_v2.types.PriceInfo.PriceRange Output only. The price range of all the childProduct.Type.VARIANTProducts grouped together
on theProduct.Type.PRIMARYProduct. Only populated
forProduct.Type.PRIMARYProducts.
Note: This field is OUTPUT_ONLY forProductService.GetProduct.
Do not set this field in API requests.