ShoppingCartService.UpdateItemQuantity Method

Note: This API is now obsolete.
Updates the quantity of an invoice detail in the shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use ChangeItemQuantity instead (5.0)")]
public void UpdateItemQuantity(
	ICartItem cartItem,
	decimal quantity
)

Parameters

cartItem  ICartItem
The invoice detail whose quantity to update
quantity  Decimal
The new quantity. Must be greater than 0.

See Also