Click or drag to resize
IShoppingServiceUpdateItemQuantity Method
Overload List
  NameDescription
Public methodUpdateItemQuantity(Int32, Int32)
Updates the quantity of a shopping cart item specified by itemId to quantity. Logs the activity resulting from the actual amount of items added or removed and evaluates the cart.
Public methodUpdateItemQuantity(ShoppingCartItemInfo, Int32)
Updates the quantity of a shopping cart item specified by shoppingCartItemInfo to quantity. Logs the activity resulting from the actual amount of items added or removed and evaluates the cart.
Top
See Also