stack

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

AdminTypes.MarketCurrencySettings interface

A market’s currency settings.

Signature:

export interface MarketCurrencySettings 

Properties

Property Modifiers Type Description
baseCurrency   CurrencySetting The currency which this market’s prices are defined in, and the currency which its customers must use if local currencies are disabled.
localCurrencies   Scalars[‘Boolean’][‘output’] 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.