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

    Interface TextLineItemDraft

    interface TextLineItemDraft {
        addedAt?: string;
        custom?: CustomFieldsDraft;
        description?: LocalizedString;
        key?: string;
        name: LocalizedString;
        quantity?: number;
    }
    Index

    Properties

    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 for the TextLineItem.

    description?: LocalizedString

    Description of the TextLineItem.

    key?: string

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

    Name of the TextLineItem.

    quantity?: number

    Number of entries in the TextLineItem.