CreateChannelParams
Necessary parameters to create a channel.
interface CreateChannelParams {
name: string;
platform: string;
status: ChannelStatus;
type: ChannelType;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
name | Required | string | Name of the channel as it will appear to merchants in the control panel. |
platform | Required | string | The name of the platform for the channel; channel platform and type must be a valid combination. |
status | Required | ChannelStatus | The 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. |
type | Required | ChannelType | The type of channel; channel platform and type must be a valid combination. |