--- title: Country - Storefront API description: A country. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/Country md: https://shopify.dev/docs/api/storefront/unstable/objects/Country.md --- # Country object A country. ## Fields * available​Languages [\[Language!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/Language) non-null The languages available for the country. * currency [Currency!](https://shopify.dev/docs/api/storefront/unstable/objects/Currency) non-null The currency of the country. * default​Language [Language!](https://shopify.dev/docs/api/storefront/unstable/objects/Language) non-null The default language for the country. * iso​Code [Country​Code!](https://shopify.dev/docs/api/storefront/unstable/enums/CountryCode) non-null The ISO code of the country. * name [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The name of the country. * unit​System [Unit​System!](https://shopify.dev/docs/api/storefront/unstable/enums/UnitSystem) non-null The unit system used in the country. * market [Market](https://shopify.dev/docs/api/storefront/unstable/objects/Market) Deprecated *** ## Map ### Fields with this object * {}[Localization.availableCountries](https://shopify.dev/docs/api/storefront/unstable/objects/Localization#field-Localization.fields.availableCountries) * {}[Localization.country](https://shopify.dev/docs/api/storefront/unstable/objects/Localization#field-Localization.fields.country)