Click or drag to resize
SKUInfoProviderUpdateInventory Method
Updates products' available items according to the products' units of the specified shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void UpdateInventory(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart with some products
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen strict inventory management is enabled and trying to update inventory below zero to an item which doesn't allow so (SKUSellOnlyAvailable is true).
See Also