Skip to content
From SAP Hybris to Commerce Cloud: What Changed and Why It Matters
Insights · ·7 min read

From SAP Hybris to Commerce Cloud: What Changed and Why It Matters

Cyrill Pedol

Cyrill Pedol

SAP Commerce Lead, Spadoom AG

Share

The platform you knew as Hybris still exists inside Commerce Cloud — the type system, the extension mechanism, the Spring framework. What changed is how it’s deployed, how it’s updated, and how the storefront works. Understanding the evolution helps you make better decisions about migration and customisation.

This guide traces the journey from standalone Hybris to today’s Commerce Cloud and explains what each change means in practice.

TL;DR: SAP acquired Hybris in 2013, rebranded to Commerce Cloud in 2018, and shifted to cloud-only with version 2211. The core Java/Spring platform and type system remain — but deployment moved to SAP-managed infrastructure, the storefront went headless (Composable Storefront), and updates shifted from annual releases to continuous delivery. Gartner has recognised SAP as a Leader in Digital Commerce for 11 consecutive years (SAP News, 2025).

What’s the History Behind SAP Commerce Cloud?

Gartner has named SAP a Leader in the Magic Quadrant for Digital Commerce for 11 consecutive years — the only vendor to hold that position since 2014 (SAP News, 2025). That consistency reflects a platform that evolved without breaking its architectural foundations.

Key milestones:

  • 2001 — Hybris founded in Munich as an independent e-commerce software company
  • 2013 — SAP acquires Hybris, integrating it into the SAP CX portfolio
  • 2018 — Rebranded from SAP Hybris Commerce to SAP Commerce Cloud
  • 2020 — Composable Storefront (Spartacus) replaces Accelerator as the recommended frontend
  • 2022 — Version 2211 becomes the first cloud-only release
  • 2025End of Mainstream Maintenance announced for on-premise installations

Each milestone shifted the platform closer to cloud-native, API-first architecture — while keeping the core Java platform intact.

What Actually Changed Between Hybris and Commerce Cloud?

Global retail e-commerce reached $6.334 trillion in 2024, representing 20.1% of all retail sales — the first time online retail crossed the 20% threshold (eMarketer, 2024). Commerce Cloud evolved to handle that scale. Here’s what changed and what didn’t.

What stayed the same:

  • The type system — you still define item types in XML
  • The extension mechanism — custom extensions work the same way
  • Spring IoC — services are still Spring beans
  • Java backend — the same Java codebase powers both
  • Commerce modules — cart, checkout, pricing, order management

What changed:

  • Deployment — from self-managed servers to SAP-managed cloud infrastructure (Azure-based)
  • Storefront — from server-side Accelerator (JSP) to headless Composable Storefront (Angular)
  • Updates — from annual releases to continuous delivery with feature flags
  • Infrastructure management — SAP handles patching, scaling, monitoring, and security
  • Build/deploy tooling — Cloud Portal replaces manual deployment workflows
  • Search — Solr remains available, but SAP is investing in Algolia integration for future releases
From Hybris to Commerce Cloud: Key Milestones2001Hybrisfounded2013SAP acquiresHybris2018Rebranded toCommerce Cloud2020ComposableStorefront2022Cloud-onlyv22112025EoMM foron-premWhat Stayed the Same✓ Type system (XML data model)✓ Extension mechanism✓ Spring IoC / Java backend✓ Commerce modules (cart, pricing)✓ ImpEx / Backoffice✓ B2B + B2C supportWhat Changed→ SAP-managed cloud infrastructure→ Headless storefront (Angular)→ Continuous delivery model→ Cloud Portal for deployments→ Autoscaling + CDN built-in→ SAP handles patching + securityBased on SAP Commerce Cloud documentation and Spadoom migration experience
The core platform — type system, extensions, Spring framework — survived every rebrand. What changed was the infrastructure, deployment model, and frontend architecture.

Why Did SAP Move to Cloud-Only?

Ninety-one per cent of organisations increased their composable/MACH infrastructure investment in the past year, with 90% reporting ROI met or exceeded expectations (MACH Alliance, 2025). SAP’s cloud-only move aligns with that industry trajectory.

The shift to cloud-only wasn’t arbitrary. It solves real problems:

For SAP: Maintaining two deployment models (on-prem and cloud) doubles engineering effort. Cloud-only lets SAP ship features to all customers simultaneously through continuous delivery instead of annual release cycles.

For customers: On-premise installations require dedicated infrastructure teams, manual patching, and custom scaling. Commerce Cloud handles all of that — including security, monitoring, and blue-green deployments — as managed services.

The trade-off: You lose direct control over infrastructure decisions. You can’t choose your own database, customise server configurations, or run specialised hardware. For most commerce workloads, that trade-off is worth it. For edge cases with unusual compliance or latency requirements, it’s worth evaluating.

What Does Migration from Hybris Look Like?

McKinsey found that 39% of B2B buyers are willing to spend $500K+ per online order, up from 28% two years prior (McKinsey, 2024). The stakes for getting your commerce platform right are higher than ever. Here’s what migration involves.

What migrates directly:

  • Custom extensions (Java code, type definitions, Spring beans)
  • Business data (products, customers, orders via ImpEx or API)
  • Integration configurations (ERP connectors, payment gateways)

What needs rework:

  • Accelerator storefronts — JSP-based templates don’t carry over to the Composable Storefront. You’re rebuilding the frontend in Angular
  • Direct database access — any code that bypasses the type system and hits the database directly breaks in Commerce Cloud
  • Custom infrastructure scripts — server provisioning, deployment scripts, and monitoring configs are replaced by Cloud Portal
  • Core modifications — any changes to SAP’s delivered code must be refactored into proper extensions

Typical migration timeline: 3–6 months for straightforward setups, 6–12 months for complex customisations. The 90-day migration playbook covers the accelerated approach. For common pitfalls, see our 5 migration mistakes guide.

How Does the Update Model Differ?

Forrester predicts that more than half of large B2B transactions ($1M+) will be processed through digital self-serve channels by 2025 (Forrester, 2024). Keeping your commerce platform current isn’t optional when transactions of that size depend on it.

Old model (Hybris on-prem):

  • Annual major releases (e.g., 6.0 → 6.1 → 6.2)
  • Upgrades were customer-initiated and often delayed months or years
  • Each upgrade required regression testing of all customisations
  • Many customers ran 2–3 versions behind due to upgrade complexity

New model (Commerce Cloud):

  • Continuous delivery with monthly patches
  • New features ship deactivated — you enable them when ready
  • SAP applies security patches automatically
  • You have up to 12 months to adopt new features before they become mandatory
  • Blue-green deployments eliminate downtime during updates

This shift reduces upgrade risk dramatically. But it also means your team needs to stay current with feature announcements and plan adoption windows — you can’t ignore updates for years like you could with on-prem.

FAQ

Is SAP Commerce Cloud the same as SAP Hybris?

Same core platform, different deployment and branding. The Java backend, type system, extension mechanism, and Spring framework are shared. Commerce Cloud adds managed cloud infrastructure, the Composable Storefront, and continuous delivery. Think of it as Hybris evolved — same engine, modernised wrapper.

Can I still run SAP Commerce on-premise?

Not for new implementations. Version 2211 is cloud-only. Existing on-premise customers can continue running their current versions, but SAP has announced End of Mainstream Maintenance for on-prem installations. Migration to Commerce Cloud is increasingly urgent.

Will my Hybris extensions work in Commerce Cloud?

Java extensions that follow SAP’s extension model — custom types, Spring bean overrides, new OCC endpoints — typically migrate with minimal changes. Extensions that directly access the database, modify core code, or depend on custom infrastructure scripts need rework. The biggest migration effort is usually the storefront, not the backend.

How long does a Hybris-to-Commerce Cloud migration take?

Three to six months for standard implementations. Six to twelve months for complex setups with heavy customisations, multiple storefronts, or extensive ERP integration. The critical variable is how much custom code bypasses SAP’s extension patterns — that code needs refactoring.

What happened to the Accelerator storefront?

Accelerator (JSP-based, server-side rendered) is replaced by the Composable Storefront (Angular-based, headless). This is the biggest architectural change from Hybris to Commerce Cloud. The Composable Storefront communicates with the backend through OCC REST APIs instead of being tightly coupled to the server. SAP no longer invests in Accelerator — all storefront innovation goes into the Composable Storefront.

SAP Commerce CloudSAP HybrisMigrationPlatform EvolutionSAP CX
Next step

Solutions for E-Commerce

See how SAP Commerce Cloud can work for your business.

Related Articles

Ask an Expert