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 is still in there. 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. Prima vista, it looks like a completely different product. It’s not. The core is the same. The wrapper around it is different.

I’ve been working with this platform since the Hybris days. Watched every rebrand, every architectural shift. And the number one misconception I hear from customers: “Commerce Cloud is a completely new product, right?” Wrong. The engine is the same. SAP changed the car body.

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 kind of consistency doesn’t happen by accident. It 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
  • 2025: End 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. That’s actually impressive. Most platforms don’t survive that many transitions.

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. That’s 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 moved from self-managed servers to SAP-managed cloud infrastructure (Azure-based)
  • Storefront went from server-side Accelerator (JSP) to headless Composable Storefront (Angular)
  • Updates shifted from annual releases to continuous delivery with feature flags
  • SAP handles patching, scaling, monitoring, and security
  • Cloud Portal replaces manual deployment workflows
  • Search: Solr remains available, but SAP is investing in Algolia integration for future releases

If your team knows Hybris, they know Commerce Cloud. The Java skills transfer. The type system skills transfer. What they’ll need to learn is the cloud deployment model, the Composable Storefront if they were on Accelerator, and the new Cloud Portal workflow. That’s a training exercise, not a reskilling exercise.

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 both sides.

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 rather than annual release cycles. That’s a massive efficiency gain for them.

For customers: on-premise installations require dedicated infrastructure teams, manual patching, custom scaling. Commerce Cloud handles all of that (security, monitoring, blue-green deployments) as managed services. Your team gets to focus on the business, not on servers.

The trade-off: you lose direct control over infrastructure decisions. You can’t pick 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 a proper evaluation before committing. We’ve had a handful of customers where the trade-off needed careful thinking. But only a handful.

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 actually involves when you sit down and do it.

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. This is typically the biggest piece of work. And it’s the part most people underestimate.
  • 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, monitoring configs get 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 because upgrades were painful

I remember one customer who was 4 versions behind. The upgrade project took longer than the original implementation. That’s dodgy.

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. Fair enough trade. You give up procrastination, you get stability.

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. That surprises people, but it’s been true for every migration we’ve done.

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, and you won’t know the full scope until you audit it.

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 talks to 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. If you’re still on Accelerator, the migration to Composable is your largest workstream. Plan accordingly.

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