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";
}

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"

Generated using TypeDoc