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

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"

Generated using TypeDoc