# MarketRegionCountry - admin-graphql - OBJECT Version: 2024-07 ## Description A country which comprises a market. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/CountryCode): CountryCode! - The ISO code identifying the country. * [currency](/docs/api/admin-graphql/2024-07/objects/CurrencySetting): CurrencySetting! - The currency which this country uses given its market settings. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-07/scalars/String): String! - The name of the region. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples