ProductPricingInfo
Represents availability of a product in the storefront.
type ProductPricingInfo {
onSale: Boolean!
discount: TaxedMoney!
discountLocalCurrency: TaxedMoney!
priceRange: TaxedMoneyRange!
priceRangeUndiscounted: TaxedMoneyRange!
priceRangeLocalCurrency: TaxedMoneyRange!
priceRangeUndiscountedLocalCurrency: TaxedMoneyRange!
}
Fields
ProductPricingInfo.onSale ● Boolean! non-null scalar
Whether it is in sale or not.
ProductPricingInfo.discount ● TaxedMoney! non-null object
The discount amount if in sale (null otherwise).
ProductPricingInfo.discountLocalCurrency ● TaxedMoney! non-null object
The discount amount in the local currency.
ProductPricingInfo.priceRange ● TaxedMoneyRange! non-null object
The discounted price range of the product variants.
ProductPricingInfo.priceRangeUndiscounted ● TaxedMoneyRange! non-null object
The undiscounted price range of the product variants.
ProductPricingInfo.priceRangeLocalCurrency ● TaxedMoneyRange! non-null object
The discounted price range of the product variants in the local currency.
ProductPricingInfo.priceRangeUndiscountedLocalCurrency ● TaxedMoneyRange! non-null object
The undiscounted price range of the product variants in the local currency.
Member Of
Product object