Read inventory levels by location IDs
Gets inventory levels for specific locations (e.g. physical store, POS). Supply a comma-separated list of IDs in the location_ids parameter within the WITH clause.
select * from InventoryLevels WITH (location_ids='43512280416356, 44648752676964')