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

    Interface ShoppingListLineItemRemovedMessagePayload

    Generated after a successful Remove ShoppingListLineItem update action.

    interface ShoppingListLineItemRemovedMessagePayload {
        lineItem: ShoppingListLineItem;
        type: "ShoppingListLineItemRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Line Item that was removed from the ShoppingList.

    type: "ShoppingListLineItemRemoved"