# ContextualPricingContext - admin - INPUT_OBJECT
Version: 2025-01

## 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/2025-01/scalars/ID): ID - The CompanyLocation ID used to fetch company location specific prices.
* [country](/docs/api/admin/2025-01/enums/CountryCode): CountryCode - The country code used to fetch country-specific prices.


## Input objects with this input object
* [Product](/docs/api/admin/2025-01/arguments/Product)
* [ProductVariant](/docs/api/admin/2025-01/arguments/ProductVariant)


## Examples