--- title: ProductVariantContextualPricing - GraphQL Admin description: |- The price of a product variant in a specific country. Prices vary between countries. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/productvariantcontextualpricing md: https://shopify.dev/docs/api/admin-graphql/latest/objects/productvariantcontextualpricing.md --- # Product​Variant​Contextual​Pricing object Requires `read_products` access scope. The price of a product variant in a specific country. Prices vary between countries. ## Fields * compare​At​Price [Money​V2](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) The final compare-at price after all adjustments are applied. * price [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The final price after all adjustments are applied. * quantity​Price​Breaks [Quantity​Price​Break​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/QuantityPriceBreakConnection) non-null A list of quantity breaks for the product variant. * quantity​Rule [Quantity​Rule!](https://shopify.dev/docs/api/admin-graphql/latest/objects/QuantityRule) non-null The quantity rule applied for a given context. * unit​Price [Money​V2](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) The unit price value for the given context based on the variant measurement. *** ## Map ### Fields with this object * {}[ProductContextualPricing.maxVariantPricing](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductContextualPricing#field-ProductContextualPricing.fields.maxVariantPricing) * {}[ProductContextualPricing.minVariantPricing](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductContextualPricing#field-ProductContextualPricing.fields.minVariantPricing) * {}[ProductVariant.contextualPricing](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant#field-ProductVariant.fields.contextualPricing)