ChannelCreateInput
InputRepresents the input parameters for creating a new channel.
#
Fields
- [ChannelFlag!]!
flags The flags to use for this channel create input.
Possible enum valuesDISTRIBUTIONThe channel makes products available for distribution.
PRICEThe channel supplies prices.
SUPPLYThe channel supplies inventory availability.
- String!
name The name to use for this channel create input.
- String
slug The slug to use for this channel create input.
- ChannelStatus
status The status to use for this channel create input.
Possible enum valuesACTIVEThe channel can participate in configured commerce operations.
INACTIVEThe channel is retained but does not participate in commerce operations.