# CountryStore

Mapping between a buyer country and a MONEI store. Used to route Shopify checkouts to different MONEI stores per country (multi-store setups).

```
type CountryStore {

  countryCode: String!

  storeId: String!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`CountryStore.countryCode`](#country-code) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#country-code "Direct link to country-code")

ISO 3166-1 alpha-2 country code, or `DEFAULT` to catch all unmapped countries.

#### [`CountryStore.storeId`](#store-id) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#store-id "Direct link to store-id")

MONEI store ID that handles checkouts for this country.

### Member Of[​](#member-of "Direct link to Member Of")

[`ShopifyShopSettings`](https://docs.monei.com/apis/graphql/types/objects/shopify-shop-settings/.md) object ● [`ShopifyStore`](https://docs.monei.com/apis/graphql/types/objects/shopify-store/.md) object ● [`UpdateShopifyShopSettingsResult`](https://docs.monei.com/apis/graphql/types/objects/update-shopify-shop-settings-result/.md) object
