Channel
ObjectFields returned for channel.
#
Fields
- [ChannelFlag!]!
flags The flags of the channel.
Possible enum valuesDISTRIBUTIONThe channel makes products available for distribution.
PRICEThe channel supplies prices.
SUPPLYThe channel supplies inventory availability.
- ID!
id The unique identifier of the channel.
- String!
name The name of the channel.
- String!
slug The slug of the channel.
- ChannelStatus!
status The status of the channel.
Possible enum valuesACTIVEThe channel can participate in configured commerce operations.
INACTIVEThe channel is retained but does not participate in commerce operations.
#
Queries
Gets a single
Channelby 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.