14 July 2022
Composable Commerce
HTTP API
Enhancement
Project configurationMessages/SubscriptionsGraphQL

You can now subscribe to Messages about additions, removals, or overwrites of product distribution Channels on Stores.

Changes:

The following changes were introduced in terms of GraphQL SDL:

type StoreDistributionChannelsChanged implements MessagePayload {
  addedDistributionChannels: [Channel!]!
  removedDistributionChannels: [Channel!]
  addedDistributionChannelsRef: [Reference!]!
  removedDistributionChannelsRef: [Reference!]!
  type: String!
}