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[];
}

Properties

action: "setDistributionChannels"
distributionChannels?: ChannelResourceIdentifier[]

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

Generated using TypeDoc