Skip to main content

List Cached MSI Sources

GET 

/api/magento2/integration-instances/:magento2IntegrationInstance/inventory-sources-cache

Returns the paginated list of cached Magento MSI sources for the instance.

Authenticated. Requires a Bearer token.

Response fields per row:

  • id — cache row id
  • integration_instance_id — owning integration instance
  • source_code — Magento MSI source_code (unique per instance)
  • name — human-friendly source name
  • enabled — whether the source is enabled in Magento
  • country_id, region, city, postcode, contact_email — location/contact metadata
  • master_of_stock — per-source sync direction; one of sku.io, magento2, disabled (defaults to sku.io). See PATCH …/inventory-sources/{sourceCode}/master-of-stock.
  • last_fetched_at — ISO8601 timestamp of the most recent refresh

Allowed sorts: source_code, name, enabled, updated_at. Default sort: source_code ASC.

Request

Responses

OK

Response Headers
    Content-Type