Alokai

ChannelAssignment

A product assigned to a channel or more

interface ChannelAssignment {
	channel_id: Channel$1["id"];
	product_id: number;
}

Properties

NameRequiredTypeDescription
channel_idRequiredChannel$1["id"]Id of the channel.
product_idRequirednumberId of the product.

Referenced Types

On this page