Alokai

Channel

Details of the channel

interface Channel$1 {
	config_meta: ChannelConfigMeta;
	currencies: ChannelCurrencies;
	date_created: string;
	date_modified: string;
	external_id: string;
	icon_url: string;
	id: number;
	is_enabled: boolean;
	is_listable_from_ui: boolean;
	is_visible: boolean;
	name: string;
	platform: string;
	status: ChannelStatus;
	type: ChannelType;
}

Properties

NameRequiredTypeDescription
config_metaRequiredChannelConfigMetaOptional channel configuration object.
currenciesRequiredChannelCurrenciesDetails about currency assignments for a specific channel.
date_createdRequiredstringDate on which the channel was first created.
date_modifiedRequiredstringDate on which the channel was most recently changed.
external_idRequiredstringAssociated ID within a system / platform outside of BC.
icon_urlRequiredstringLink to the platform icon.
idRequirednumberThe ID of the channel.
is_enabledRequiredboolean
is_listable_from_uiRequiredbooleanIndicates if a channel can create listings from the BigCommerce UI. Default value for this field is based on the channel type and platform combination if not specified on create.
is_visibleRequiredbooleanIndicates if a channel is visible within the BigCommerce merchant admin UI (control panel). If false, the channel will not show in Channel Manager nor in any channels dropdown throughout the UI. Default value for this field is true if not specified on create.
nameRequiredstringName of the channel as it will appear to merchants in the control panel.
platformRequiredstringThe name of the platform for the channel; channel platform and type must be a valid combination.
statusRequiredChannelStatusThe status of the channel; channel type, platform, and status must be a valid combination. terminated is not valid for PUT or POST requests. deleted is not valid for POST requests.
typeRequiredChannelTypeThe type of channel; channel platform and type must be a valid combination.

Referenced Types

On this page