# ProductContextualPricing - admin-graphql - OBJECT Version: 2025-01 ## Description 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](/docs/api/admin-graphql/2025-01/scalars/Int): Int! - The number of fixed quantity rules for the product's variants on the price list. * [maxVariantPricing](/docs/api/admin-graphql/2025-01/objects/ProductVariantContextualPricing): ProductVariantContextualPricing - The pricing of the variant with the highest price in the given context. * [minVariantPricing](/docs/api/admin-graphql/2025-01/objects/ProductVariantContextualPricing): ProductVariantContextualPricing - The pricing of the variant with the lowest price in the given context. * [priceRange](/docs/api/admin-graphql/2025-01/objects/ProductPriceRangeV2): 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. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples