Get all inventory data

@AvontusDev

Is there a call to get all inventory data in the database? More specifically, get all data on the stocked products table.

Hi, ejjungao.

Currently we may be only supporting calls to retrieve ‘groups of products’ from Stocked Products to fulfill the views that are available in the application. Which are currently grouped by one or more Stocking Locations (Company, Branch, Job etc.).
Following this logic you should be able to iterate through the locations and retrieve the stocked products for each with calls similar to StockedProductList. GetSerializedStockedProductList (Stocking-Location-ID, Guid.Empty).
We’ve made a note of this API requirement and has forwarded it to the concerned team.

Thanks for posting.