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
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.