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

    Interface StoreRemoveDistributionChannelAction

    This update action produces the StoreDistributionChannelsChanged Message.

    interface StoreRemoveDistributionChannelAction {
        action: "removeDistributionChannel";
        distributionChannel: ChannelResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeDistributionChannel"
    distributionChannel: ChannelResourceIdentifier

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