This update action produces the StoreSupplyChannelsChanged Message.

interface StoreRemoveSupplyChannelAction {
    action: "removeSupplyChannel";
    supplyChannel: ChannelResourceIdentifier;
}

Properties

action: "removeSupplyChannel"

Value to remove. ResourceIdentifier of a Channel with the InventorySupply ChannelRoleEnum.

Generated using TypeDoc