--- title: RegionsCondition - GraphQL Admin description: A condition checking the visitor's region. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/RegionsCondition' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/RegionsCondition.md --- # Regions​Condition object Requires `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. A condition checking the visitor's region. ## Fields * application​Level [Market​Condition​Application​Type](https://shopify.dev/docs/api/admin-graphql/unstable/enums/MarketConditionApplicationType) The application level for the condition. * regions [Market​Region​Connection!](https://shopify.dev/docs/api/admin-graphql/unstable/connections/MarketRegionConnection) non-null The regions that comprise the market. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. *** *** ## Map ### Fields with this object * {}[MarketConditions.regionsCondition](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketConditions#field-MarketConditions.fields.regionsCondition)