Click or drag to resize

StockServiceGetStockLocations Method (Product, String)

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<StockLocation> GetStockLocations(
	Product product,
	string languageId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
languageId
Type: SystemString

Return Value

Type: IEnumerableStockLocation
See Also