Alokai

ChannelCurrencies

Details about currency assignments for a specific channel.

interface ChannelCurrencies {
	channel_id: number;
	default_currency: string;
	enabled_currencies: string[];
}

Properties

NameRequiredTypeDescription
channel_idRequirednumberThe ID of the channel.
default_currencyRequiredstringDefault currency for the channel in ISO 4217 three character alphabetic format. Will be used on storefront when other currencies cannot.
enabled_currenciesRequiredstring[]Currencies that are enabled for the given channel in ISO 4217 three character alphabetic format.

On this page