Read inventory levels by inventory and location IDs
Gets inventory levels for specific inventory items at specific locations by supplying both inventory_item_ids and location_ids in the WITH clause.
select * from InventoryLevels WITH (inventory_item_ids='43512280416356, 44648752676964' , location_ids='111100034, 111100055')