# MarketCurrencySettingsUpdateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields used to update the currency settings of a market. ### Access Scopes ## Fields * [baseCurrency](/docs/api/admin/unstable/enums/CurrencyCode): CurrencyCode - The currency which this market’s customers must use if local currencies are disabled. * [baseCurrencyManualRate](/docs/api/admin/unstable/scalars/Decimal): Decimal - The manual exchange rate that will be used to convert shop currency prices. If null, then the automatic exchange rates will be used. * [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. * [roundingEnabled](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether or not rounding is enabled on multi-currency prices. ## Input objects with this input object * [MarketCreateInput](/docs/api/admin/unstable/input-objects/MarketCreateInput) * [MarketUpdateInput](/docs/api/admin/unstable/input-objects/MarketUpdateInput) * [marketCurrencySettingsUpdate](/docs/api/admin/unstable/mutations/marketCurrencySettingsUpdate) ## Examples