Saltar al contenido principal

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​

CountryStore.countryCode ● String! non-null scalar​

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

CountryStore.storeId ● String! non-null scalar​

MONEI store ID that handles checkouts for this country.

Member Of​

ShopifyShopSettings object ● ShopifyStore object ● UpdateShopifyShopSettingsResult object