# CountryStoreInput

Country-to-store routing rule input. Mirrors `CountryStore`.

```
input CountryStoreInput {

  countryCode: String!

  storeId: String!

}
```

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

#### [`CountryStoreInput.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.

#### [`CountryStoreInput.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 should handle checkouts for this country.

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

[`UpdateShopifyShopSettingsInput`](https://docs.monei.com/apis/graphql/types/inputs/update-shopify-shop-settings-input/.md) input
