LocalizationCountries
Lists countries enabled for localized storefront experiences, including language and currency settings.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM LocalizationCountries
Columns
| Name | Type | References | Description |
| IsoCode [KEY] | String | The ISO 3166-1 alpha-2 code uniquely identifying the country. | |
| Name | String | The full name of the country as displayed in localization and market data. | |
| UnitSystem | String | The measurement system used in the country, such as metric or imperial. | |
| CurrencyIsoCode | String | The ISO 4217 code representing the country's official currency. | |
| CurrencyName | String | The full name of the currency used in the country, such as 'US Dollar' or 'Euro'. | |
| CurrencySymbol | String | The symbol used to represent the country's currency, such as '$' or '€'. | |
| MarketId | String | A unique identifier linking the country to its corresponding market record in Shopify. | |
| MarketHandle | String | A human-readable unique identifier for the market, automatically generated from its title. | |
| AvailableLanguages | String | A list of languages supported for storefront display and localization in this country. |