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

    Interface StoreSetDistributionChannelsAction

    This update action produces the StoreDistributionChannelsChanged Message.

    Setting a [Channel](ctp:api:type:Channel) without the `ProductDistribution` [ChannelRoleEnum](ctp:api:type:ChannelRoleEnum) returns a [MissingRoleOnChannel](ctp:api:type:MissingRoleOnChannelError) error.
    
    interface StoreSetDistributionChannelsAction {
        action: "setDistributionChannels";
        distributionChannels?: ChannelResourceIdentifier[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setDistributionChannels"
    distributionChannels?: ChannelResourceIdentifier[]

    Value to set. If not defined, the Store's distributionChannels are unset.