IntegrationChannel
A channel (store, order source, etc.) available in a downstream integration.
type IntegrationChannel {
id: String!
name: String!
}
Fields
IntegrationChannel.id ● String! non-null scalar common
The integration's internal identifier for this channel.
IntegrationChannel.name ● String! non-null scalar common
Human-readable label for this channel.
Returned By
integrationChannels query