Documentation for Adobe API Mesh reconfiguration for Adobe Commerce migration from PAAS to SAAS. | Community
Skip to main content
October 7, 2025
Question

Documentation for Adobe API Mesh reconfiguration for Adobe Commerce migration from PAAS to SAAS.

  • October 7, 2025
  • 1 reply
  • 363 views

Migrate to Adobe Commerce as a Cloud Service | Adobe Commerce
in the above article there is a table which mentions the changes that will be required for services when migrating from PAAS to SAAS.
For API Mesh regarding PWA storefront and Headless it is mentioned either build new mesh or reconfigure existing. I tried looking into the reconfigure part more but couldn't find anything related to it.
Can more insights be provided on what exactly will the reconfiguration look like?

 

1 reply

AmitVishwakarma
Community Advisor
Community Advisor
March 5, 2026

Hi ​@LkKu ,

“Reconfigure existing mesh” in that table just means:

Reuse your current API Mesh project and update its configuration so it talks to the new Commerce SaaS back end instead of the old PaaS one, instead of throwing it away and starting from scratch.

In practice, reconfiguring an existing mesh during PaaS -> SaaS migration usually means:

  • Point Commerce sources at the new SaaS endpoint
  • Adjust auth and headers
    • Swap any legacy auth and custom headers for the Commerce SaaS headers (for example x-api-key, Magento-Environment-Id, store codes, etc.) as described in the SaaS/Storefront API docs and your tenant setup.
  • Add/replace SaaS services as sources: Where you previously called the monolith directly, you now either:
  • Clean up PaaS-only sources and logic
    • Remove or simplify any sources that pointed to your old PaaS instance (direct DB APIs, legacy integrations) that are now replaced by SaaS or App Builder services.

From the storefront’s perspective, the Mesh endpoint and schema stay largely stable; you’re just swapping and enriching the upstream sources behind it.

Amit Vishwakarma - Adobe Commerce Champion 2025 | 16x Adobe certified | 4x Adobe SME