Home > @vsf-enterprise/commercetools-types > ShoppingListUpdateAction
# ShoppingListUpdateAction type
Signature:
export declare type ShoppingListUpdateAction = {
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>;
setAnonymousId?: InputMaybe<SetShoppingListAnonymousId>;
setCustomField?: InputMaybe<SetShoppingListCustomField>;
setCustomType?: InputMaybe<SetShoppingListCustomType>;
setCustomer?: InputMaybe<SetShoppingListCustomer>;
setDeleteDaysAfterLastModification?: InputMaybe<SetShoppingListDeleteDaysAfterLastModification>;
setDescription?: InputMaybe<SetShoppingListDescription>;
setKey?: InputMaybe<SetShoppingListKey>;
setLineItemCustomField?: InputMaybe<SetShoppingListLineItemCustomField>;
setLineItemCustomType?: InputMaybe<SetShoppingListLineItemCustomType>;
setSlug?: InputMaybe<SetShoppingListSlug>;
setStore?: InputMaybe<SetShoppingListStore>;
setTextLineItemCustomField?: InputMaybe<SetShoppingListTextLineItemCustomField>;
setTextLineItemCustomType?: InputMaybe<SetShoppingListTextLineItemCustomType>;
setTextLineItemDescription?: InputMaybe<SetShoppingListTextLineItemDescription>;
};
References: InputMaybe, AddShoppingListLineItem, AddShoppingListTextLineItem, ChangeShoppingListLineItemQuantity, ChangeShoppingListLineItemsOrder, ChangeShoppingListName, ChangeShoppingListTextLineItemName, ChangeShoppingListTextLineItemQuantity, ChangeShoppingListTextLineItemsOrder, RemoveShoppingListLineItem, RemoveShoppingListTextLineItem, SetShoppingListAnonymousId, SetShoppingListCustomField, SetShoppingListCustomType, SetShoppingListCustomer, SetShoppingListDeleteDaysAfterLastModification, SetShoppingListDescription, SetShoppingListKey, SetShoppingListLineItemCustomField, SetShoppingListLineItemCustomType, SetShoppingListSlug, SetShoppingListStore, SetShoppingListTextLineItemCustomField, SetShoppingListTextLineItemCustomType, SetShoppingListTextLineItemDescription