[DataObjectMethod(DataObjectMethodType.Select)] public static IList<ProductInventoryDetail> GetLowProductInventory( InventoryLevel inventoryLevel, int manufacturerId, int vendorId )
Parameters
- inventoryLevel
- Product inventory level filter.
- manufacturerId
- Product manufacturer Id
- vendorId
- Product vendor Id
Return Value
A list of InventoryDataItem of all items at or below the reorder point.