Read inventory levels
Gets inventory levels for all locations. If you encounter a "URL Too Long" error (due to API limits), manually supply a list of location_ids in the WITH clause.
select * from InventoryLevels
--WITH(location_ids='43512280416356, 44648752676964, ..... upto 300 to 500 more - until you hit URL limit error')