channel
Retrieves a specific channel by its unique identifier. Returns detailed channel information including configuration and metadata.
Errors: CHANNEL_GET_ERROR, CHANNEL_NOT_FOUND_ERROR if channel doesn't exist.
channel(
channelId: Int!
): Channel!
Arguments
channel.channelId ● Int! non-null scalar
Unique identifier of the channel to retrieve. Must be a valid channel ID that exists in the system.
Type
Channel object
Represents a sales or distribution channel within a tenant. Channels define distinct pathways for product sales and customer interaction.