Docs
Dashboard

Channel

Object

Fields returned for channel.

#

Fields


flags
[ChannelFlag!]!

The flags of the channel.

Possible enum values
  • DISTRIBUTION

    The channel makes products available for distribution.

  • PRICE

    The channel supplies prices.

  • SUPPLY

    The channel supplies inventory availability.

id
ID!

The unique identifier of the channel.

name
String!

The name of the channel.

slug
String!

The slug of the channel.

status
ChannelStatus!

The status of the channel.

Possible enum values
  • ACTIVE

    The channel can participate in configured commerce operations.

  • INACTIVE

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

#

Queries


Gets a single Channel by its ID.

Gets a paginated list of channels based on the provided paging arguments and query context.

#

Mutations


Creates a new channel with the specified input parameters.

Deletes a channel with the specified input parameters.

Updates an existing channel with the specified input parameters.