Interface StoreRemoveDistributionChannelAction

This update action produces the StoreDistributionChannelsChanged Message.

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

Properties

action: "removeDistributionChannel"
distributionChannel: ChannelResourceIdentifier

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

Generated using TypeDoc