ODBC guide

Read inventory levels by inventory item IDs


Gets inventory levels for specific inventory items. Supply a comma-separated list of IDs in the inventory_item_ids parameter within the WITH clause.

select * from InventoryLevels WITH (inventory_item_ids='43512280416356, 44648752676964')