PriceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The price information of a Product.
Attributes |
|
---|---|
Name | Description |
currency_code |
str
The 3-letter currency code defined in `ISO 4217 |
price |
float
Price of the product. Google Merchant Center property price __.
Schema.org property
Offer.priceSpecification __.
|
original_price |
float
Price of the product without any discount. If zero, by default set to be the price. |
cost |
float
The costs associated with the sale of a particular product. Used for gross profit reporting. - Profit = price - cost Google Merchant Center property cost_of_goods_sold __.
|