Readonly
actionOptional
Readonly
lineThe id
of the ShoppingListLineItem to update. Either lineItemId
or lineItemKey
is required.
Optional
Readonly
lineThe key
of the ShoppingListLineItem to update. Either lineItemId
or lineItemKey
is required.
Optional
Readonly
quantityAmount to remove from the quantity
of the ShoppingListLineItem. If not set, the ShoppingListLineItem is removed from the ShoppingList. If this value matches or exceeds the current quantity
of the ShoppingListLineItem, the ShoppingListLineItem is removed from the ShoppingList.
Produces the Shopping List Line Item Removed Message.