- IStockProvider
IStockProvider
Namespace: Middleware
Assembly: Middleware
Stock provider interface, disigned to provide stock quantities for individual prodouctsMethods
GetStockAvailability(Middleware.Products.Product) | Sets the current available stock level for an individual product. |
GetStockAvailability(Collections.Generic.List{Middleware.Products.Product}) | Sets the current available stock level for a list of product items. |
GetStockAvailability(Middleware.ShoppingCart.ShoppingCartItem) | Sets the current available stock level for an individual product within a shopping cart. |
GetStockAvailability(Collections.Generic.List{Middleware.ShoppingCart.ShoppingCartItem}) | Sets the current available stock level for a list of products within a shopping cart. |