Click or drag to resize

StockUnitGetProductStockUnitsSorted Method (String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use VariantOptionService.GetStockUnitsSorted(String, String, String) instead.")]
public static IEnumerable<VariantOption> GetProductStockUnitsSorted(
	string productId,
	string variantId,
	string languageId
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
languageId
Type: SystemString

Return Value

Type: IEnumerableVariantOption
See Also