Docs
Dashboard

ChannelCreateInput

Input

Represents the input parameters for creating a new channel.

#

Fields


flags
[ChannelFlag!]!

The flags to use for this channel create input.

Possible enum values
  • DISTRIBUTION

    The channel makes products available for distribution.

  • PRICE

    The channel supplies prices.

  • SUPPLY

    The channel supplies inventory availability.

name
String!

The name to use for this channel create input.

slug
String

The slug to use for this channel create input.

status
ChannelStatus

The status to use for this channel create input.

Possible enum values
  • ACTIVE

    The channel can participate in configured commerce operations.

  • INACTIVE

    The channel is retained but does not participate in commerce operations.