Click or drag to resize

StockServiceGetStockStatuses Method

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<StockStatus> GetStockStatuses(
	string statusGroupId,
	bool orderBy,
	string languageId
)

Parameters

statusGroupId
Type: SystemString
orderBy
Type: SystemBoolean
languageId
Type: SystemString

Return Value

Type: IEnumerableStockStatus
See Also