Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketCurrencySettingsUserErrorCode
Possible error codes that can be returned by MarketCurrencySettingsUserError
.
Signature:
export declare enum MarketCurrencySettingsUserErrorCode
Member | Value | Description |
---|---|---|
ManagedMarket | "MANAGED_MARKET" |
The currency settings of the given market cannot be changed because the market manager has exclusive control of pricing. |
MarketNotFound | "MARKET_NOT_FOUND" |
The specified market wasn’t found. |
MultipleCurrenciesNotSupported | "MULTIPLE_CURRENCIES_NOT_SUPPORTED" |
The shop’s payment gateway does not support enabling more than one currency. |
NoLocalCurrenciesOnSingleCountryMarket | "NO_LOCAL_CURRENCIES_ON_SINGLE_COUNTRY_MARKET" |
Can’t enable or disable local currencies on a single country market. |
PrimaryMarketUsesShopCurrency | "PRIMARY_MARKET_USES_SHOP_CURRENCY" |
The primary market must use the shop currency. |
UnsupportedCurrency | "UNSUPPORTED_CURRENCY" |
The specified currency is not supported. |