# MarketCurrencySettings - admin - OBJECT Version: unstable ## Description A market's currency settings. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Fields * [baseCurrency](/docs/api/admin/unstable/objects/CurrencySetting): CurrencySetting! - The currency which this market's customers must use if local currencies are disabled. * [localCurrencies](/docs/api/admin/unstable/scalars/Boolean): Boolean! - Whether or not local currencies are enabled. If enabled, then prices will be converted to give each customer the best experience based on their region. If disabled, then all customers in this market will see prices in the market's base currency. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples