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

    Interface StoreRemoveSupplyChannelAction

    This update action produces the StoreSupplyChannelsChanged Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeSupplyChannel"

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