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

    Interface ShoppingListLineItemAddedMessagePayload

    Generated after a successful Add ShoppingListLineItem update action.

    interface ShoppingListLineItemAddedMessagePayload {
        lineItem: ShoppingListLineItem;
        type: "ShoppingListLineItemAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Line Item that was added to the ShoppingList.

    type: "ShoppingListLineItemAdded"