stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketCurrencySettingsUpdateInput

AdminTypes.MarketCurrencySettingsUpdateInput interface

The input fields used to update the currency settings of a market.

Signature:

export interface MarketCurrencySettingsUpdateInput 

Properties

Property Modifiers Type Description
baseCurrency?   InputMaybe<CurrencyCode | `${CurrencyCode}`> (Optional) The currency which this market’s prices are defined in, and the currency which its customers must use if local currencies are disabled.
localCurrencies?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) 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.