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