InventoryManagerData CheckStock( int productId, string optionList, IList<int> kitProductIds )
Parameters
- productId
- Id of the product to check stock for
- optionList
- The option list of the product to check stock for
- kitProductIds
- If its a kit product the Ids of the kit products to check stock for
Return Value
InventoryManagerData object containing stock details for the given product