--- title: MarketCurrencySettings - GraphQL Admin description: A market's currency settings. api_version: 2025-04 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-04/objects/marketcurrencysettings md: https://shopify.dev/docs/api/admin-graphql/2025-04/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-04/objects/CurrencySetting) non-null The currency which this market's customers must use if local currencies are disabled. * local​Currencies [Boolean!](https://shopify.dev/docs/api/admin-graphql/2025-04/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. *** ## Map ### Fields with this object * {}[Market.currencySettings](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/Market#field-Market.fields.currencySettings)