@gradientedge/commercetools-utils
    Preparing search index...

    Interface StoreDistributionChannelsChangedMessagePayload

    Generated after a successful Add Distribution Channel, Remove Distribution Channel, or Set Distribution Channels update action.

    interface StoreDistributionChannelsChangedMessagePayload {
        addedDistributionChannels?: ChannelReference[];
        removedDistributionChannels?: ChannelReference[];
        type: "StoreDistributionChannelsChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addedDistributionChannels?: ChannelReference[]

    Product distribution Channels that have been added to the Store.

    removedDistributionChannels?: ChannelReference[]

    Product distribution Channels that have been removed from the Store.

    type: "StoreDistributionChannelsChanged"