Home > @vsf-enterprise/commercetools-types > MyShoppingListUpdateAction

# MyShoppingListUpdateAction type

Signature:

export declare type MyShoppingListUpdateAction = {
    addLineItem?: InputMaybe<AddShoppingListLineItem>;
    addTextLineItem?: InputMaybe<AddShoppingListTextLineItem>;
    changeLineItemQuantity?: InputMaybe<ChangeShoppingListLineItemQuantity>;
    changeLineItemsOrder?: InputMaybe<ChangeShoppingListLineItemsOrder>;
    changeName?: InputMaybe<ChangeShoppingListName>;
    changeTextLineItemName?: InputMaybe<ChangeShoppingListTextLineItemName>;
    changeTextLineItemQuantity?: InputMaybe<ChangeShoppingListTextLineItemQuantity>;
    changeTextLineItemsOrder?: InputMaybe<ChangeShoppingListTextLineItemsOrder>;
    removeLineItem?: InputMaybe<RemoveShoppingListLineItem>;
    removeTextLineItem?: InputMaybe<RemoveShoppingListTextLineItem>;
    setCustomField?: InputMaybe<SetShoppingListCustomField>;
    setCustomType?: InputMaybe<SetShoppingListCustomType>;
    setDeleteDaysAfterLastModification?: InputMaybe<SetShoppingListDeleteDaysAfterLastModification>;
    setDescription?: InputMaybe<SetShoppingListDescription>;
    setLineItemCustomField?: InputMaybe<SetShoppingListLineItemCustomField>;
    setLineItemCustomType?: InputMaybe<SetShoppingListLineItemCustomType>;
    setStore?: InputMaybe<SetShoppingListStore>;
    setTextLineItemCustomField?: InputMaybe<SetShoppingListTextLineItemCustomField>;
    setTextLineItemCustomType?: InputMaybe<SetShoppingListTextLineItemCustomType>;
    setTextLineItemDescription?: InputMaybe<SetShoppingListTextLineItemDescription>;
};

References: InputMaybe, AddShoppingListLineItem, AddShoppingListTextLineItem, ChangeShoppingListLineItemQuantity, ChangeShoppingListLineItemsOrder, ChangeShoppingListName, ChangeShoppingListTextLineItemName, ChangeShoppingListTextLineItemQuantity, ChangeShoppingListTextLineItemsOrder, RemoveShoppingListLineItem, RemoveShoppingListTextLineItem, SetShoppingListCustomField, SetShoppingListCustomType, SetShoppingListDeleteDaysAfterLastModification, SetShoppingListDescription, SetShoppingListLineItemCustomField, SetShoppingListLineItemCustomType, SetShoppingListStore, SetShoppingListTextLineItemCustomField, SetShoppingListTextLineItemCustomType, SetShoppingListTextLineItemDescription