CountryStoreInput
Country-to-store routing rule input. Mirrors CountryStore.
input CountryStoreInput {
countryCode: String!
storeId: String!
}
Fields
CountryStoreInput.countryCode ● String! non-null scalar
ISO 3166-1 alpha-2 country code, or DEFAULT to catch all unmapped countries.
CountryStoreInput.storeId ● String! non-null scalar
MONEI store ID that should handle checkouts for this country.