  | StockUnitGetStockUnitTotals Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Stocks
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Services.StockService.GetStockUnitTotals(Product, String) instead.")]
public static Tuple<double, double, double> GetStockUnitTotals(
	Product product,
	string currrentStockUnitId
)<ObsoleteAttribute("Use Services.StockService.GetStockUnitTotals(Product, String) instead.")>
Public Shared Function GetStockUnitTotals ( 
	product As Product,
	currrentStockUnitId As String
) As Tuple(Of Double, Double, Double)Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - currrentStockUnitId
 - Type: SystemString
 
Return Value
Type: 
TupleDouble, 
Double, 
Double
See Also