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

    Interface OrderLineItemDistributionChannelSetMessagePayload

    Generated after a successful Set LineItem DistributionChannel update action.

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

    Hierarchy (View Summary)

    Index

    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"