Interface OrderLineItemDistributionChannelSetMessagePayload

Generated after a successful Set LineItem DistributionChannel update action.

interface OrderLineItemDistributionChannelSetMessagePayload {
    distributionChannel?: ChannelReference;
    lineItemId: string;
    lineItemKey?: string;
    type: "OrderLineItemDistributionChannelSet";
}

Properties

distributionChannel?: ChannelReference

Distribution Channel that was set.

lineItemId: string

Unique identifier of the Line Item.

lineItemKey?: string

User-defined unique identifier of the LineItem.

type: "OrderLineItemDistributionChannelSet"