Interface OrderLineItemDistributionChannelSetMessagePayload

Generated after a successful Set Line Item Distribution Channel update action.

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

Properties

distributionChannel?: ChannelReference

Distribution Channel that was set.

lineItemId: string

Unique identifier of the Line Item.

type: "OrderLineItemDistributionChannelSet"

Generated using TypeDoc