# MarketCurrencySettingsUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update the currency settings of a market. ### Access Scopes ## Fields * [baseCurrency](/docs/api/admin-graphql/2024-10/enums/CurrencyCode): CurrencyCode - The currency which this market’s prices are defined in, and the currency which its customers must use if local currencies are disabled. * [localCurrencies](/docs/api/admin-graphql/2024-10/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. ## Input objects with this input object * [marketCurrencySettingsUpdate](/docs/api/admin-graphql/2024-10/mutations/marketCurrencySettingsUpdate) ## Examples