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

    Interface ShoppingListAddTextLineItemAction

    interface ShoppingListAddTextLineItemAction {
        action: "addTextLineItem";
        addedAt?: string;
        custom?: CustomFieldsDraft;
        description?: LocalizedString;
        key?: string;
        name: LocalizedString;
        quantity?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addTextLineItem"
    addedAt?: string

    Date and time the TextLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.

    Custom Fields defined for the TextLineItem.

    description?: LocalizedString

    Description of the TextLineItem.

    key?: string

    User-defined identifier of the TextLineItem. Must be unique per ShoppingList.

    Name of the TextLineItem.

    quantity?: number

    Number of entries in the TextLineItem.