# ContextualPricingContext - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the context data that determines the pricing of a variant. 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 input object. ### Access Scopes ## Fields * [companyLocationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The CompanyLocation ID used to fetch company location specific prices. * [country](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode - The country code used to fetch country-specific prices. ## Input objects with this input object * [Product](/docs/api/admin-graphql/2024-10/arguments/Product) * [ProductVariant](/docs/api/admin-graphql/2024-10/arguments/ProductVariant) ## Examples