ChannelCurrencies
Details about currency assignments for a specific channel.
interface ChannelCurrencies {
channel_id: number;
default_currency: string;
enabled_currencies: string[];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channel_id | Required | number | The ID of the channel. |
default_currency | Required | string | Default currency for the channel in ISO 4217 three character alphabetic format. Will be used on storefront when other currencies cannot. |
enabled_currencies | Required | string[] | Currencies that are enabled for the given channel in ISO 4217 three character alphabetic format. |