--- title: MarketCurrencySettings - GraphQL Admin description: A market's currency settings. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/objects/marketcurrencysettings md: https://shopify.dev/docs/api/admin-graphql/2025-01/objects/marketcurrencysettings.md --- # Market​Currency​Settings object Requires `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. A market's currency settings. ## Fields * base​Currency [Currency​Setting!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CurrencySetting) non-null The currency which this market's prices are defined in, and the currency which its customers must use if local currencies are disabled. * local​Currencies [Boolean!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) non-null 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. For single country markets this will be true when the market's base currency is the same as the default currency for the region. *** ## Map ### Fields with this object * {}[Market.currencySettings](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Market#field-Market.fields.currencySettings)