ChannelAssignment
A product assigned to a channel or more
interface ChannelAssignment {
channel_id: Channel$1["id"];
product_id: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channel_id | Required | Channel$1["id"] | Id of the channel. |
product_id | Required | number | Id of the product. |