Skip to main content

integrationChannels

Channels, stores, or order sources available in a downstream integration.

Business Rules

  • The integration must support listing channels.

Error Scenarios

  • **NOT_FOUND**: the integration does not exist.
  • **VALIDATION**: the integration does not support listing channels.

Permissions Required

  • integration:read_external_data permission.
integrationChannels(
integrationId: ID!
): [IntegrationChannel!]!

Arguments

integrationChannels.integrationId ● ID! non-null scalar common

The integration ID.

Type

IntegrationChannel object common

A channel (store, order source, etc.) available in a downstream integration.