Change triggered by the Set LineItem DistributionChannel update action.

interface SetLineItemDistributionChannelChange {
    change: string;
    lineItem: LocalizedString;
    nextValue: Reference;
    previousValue: Reference;
    type: "SetLineItemDistributionChannelChange";
    variant: string;
}

Properties

change: string
lineItem: LocalizedString

Name of the Product the Line Item is based on.

nextValue: Reference

Value after the change.

previousValue: Reference

Value before the change.

type: "SetLineItemDistributionChannelChange"
variant: string

sku or key of the updated ProductVariant.