The price of a product in a specific country.
Prices vary between countries.
Refer to [Product](https://shopify.dev/docs/api/admin-graphql/latest/queries/product?example=Get+the+price+range+for+a+product+for+buyers+from+Canada)
for more information on how to use this object.
Access Scopes
`read_products` access scope.
Fields
fixedQuantityRulesCount:
Int! -
The number of fixed quantity rules for the product's variants on the price list.
maxVariantPricing:
ProductVariantContextualPricing -
The pricing of the variant with the highest price in the given context.
minVariantPricing:
ProductVariantContextualPricing -
The pricing of the variant with the lowest price in the given context.
priceRange:
ProductPriceRangeV2! -
The minimum and maximum prices of a product, expressed in decimal numbers.
For example, if the product is priced between $10.00 and $50.00,
then the price range is $10.00 - $50.00.