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

    Interface OrderCustomLineItemAddedMessagePayload

    Generated after a successful Add CustomLineItem update action.

    interface OrderCustomLineItemAddedMessagePayload {
        customLineItem: CustomLineItem;
        type: "OrderCustomLineItemAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    customLineItem: CustomLineItem

    Custom Line Item that was added to the Order.

    type: "OrderCustomLineItemAdded"