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

    Interface StoreSupplyChannelsChangedMessagePayload

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

    interface StoreSupplyChannelsChangedMessagePayload {
        addedSupplyChannels?: ChannelReference[];
        removedSupplyChannels?: ChannelReference[];
        type: "StoreSupplyChannelsChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addedSupplyChannels?: ChannelReference[]

    Inventory supply Channels that have been added to the Store.

    removedSupplyChannels?: ChannelReference[]

    Inventory supply Channels that have been removed from the Store.

    type: "StoreSupplyChannelsChanged"