Skip to main content

List Inventory Items

GET 

/api/magento2/integration-instances/:instanceId/inventory/items

Paginated inventory reconciliation grid — one entry per Magento product, with one sources[] row per MSI source. sku_quantity is the CACHED calculated SKU.io quantity (on-hand across the selected warehouses with modification rules applied) — exactly what "Sync to Magento" pushes. is_sku_recalculation_needed marks a stale cache; run Recache to refresh.

Filters: filter[search] (SKU/name partial), filter[sku] (exact), filter[source_code], filter[is_mapped] (true/false), filter[status] (in_sync | drift | unmapped | pending), filter[sku_quantity] (numeric, advanced operators supported). Allowed sorts: sku, name, updated_at, id (prefix with - for DESC). Default sort: sku.

Authentication: Bearer token.

Request

Responses

OK

Response Headers
    Content-Type