Click or drag to resize

ProductServiceGetStockStatus Method (Product, StockLocation, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public StockStatus GetStockStatus(
	Product product,
	StockLocation stockLocation,
	string unitId
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
stockLocation
Type: Dynamicweb.Ecommerce.StocksStockLocation
unitId
Type: SystemString

Return Value

Type: StockStatus
See Also