Skip to main content

List Warehouse Mappings

GET 

/api/magento2/integration-instances/:magento2IntegrationInstance/warehouse-mappings

Returns the cached MSI inventory sources for the instance joined to any persisted SKU.io warehouse mappings, plus the full list of SKU.io warehouses available to map to.

Authenticated. Requires a Bearer token.

Response fields:

  • data.sources[] — one row per cached MSI source. warehouse_id/warehouse_name are null when the source is not yet mapped.
  • data.warehouses[] — every SKU.io warehouse the user can pick.
  • data.mapped_count / data.unmapped_count — counts derived from sources.

The page renders the entire table from this single response — no separate calls for the warehouse picker are required.

Request

Responses

OK

Response Headers
    Content-Type