Click or drag to resize

VariantOptionServiceGetStockUnitsSorted Method

Namespace:  Dynamicweb.Ecommerce
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<VariantOption> GetStockUnitsSorted(
	string productId,
	string variantId,
	string languageId
)

Parameters

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

Return Value

Type: IEnumerableVariantOption
See Also