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

    Interface MyShoppingListRemoveTextLineItemAction

    interface MyShoppingListRemoveTextLineItemAction {
        action: "removeTextLineItem";
        quantity?: number;
        textLineItemId?: string;
        textLineItemKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeTextLineItem"
    quantity?: number

    Amount to remove from the quantity of the TextLineItem. If not set, the TextLineItem is removed from the ShoppingList. If this value matches or exceeds the current quantity of the TextLineItem, the TextLineItem is removed from the ShoppingList.

    textLineItemId?: string

    The id of the TextLineItem to update. Either lineItemId or lineItemKey is required.

    textLineItemKey?: string

    The key of the TextLineItem to update. Either lineItemId or lineItemKey is required.