This article has been refreshed with the latest information, including the Agentforce Commerce platform evolution, the Shopper, Buyer, and Merchant Agents (GA June 2026), and the 2025 Gartner Magic Quadrant results. Originally published December 2025.
What's New in This Update (August 2026)
- Added: Agentforce Commerce — the new name and platform evolution for B2C Commerce Cloud announced at Dreamforce 2025
- Added: Shopper, Buyer, and Merchant Agents (GA June 2026) with native ChatGPT and Google integrations
- Added: Agentic Commerce Protocol with Stripe and Agentic Commerce Search coverage
- Updated: 2025 Gartner Magic Quadrant — Leader for the 10th consecutive year
- Updated: Complete Cyber Week 2025 results ($336.6B global, 61M Agentforce Commerce orders)
- Expanded: Architecture guidance current through B2C Commerce v25.3 Hybrid Authentication
1 What is Salesforce B2C Commerce Cloud?
Salesforce B2C Commerce Cloud — now marketed as Agentforce Commerce — is a unified commerce solution that holds a Leader position in the Gartner Magic Quadrant for Digital Commerce for the 10th consecutive year in the 2025 report, positioned furthest on Completeness of Vision. The platform is specifically designed for enterprise retailers, providing AI-powered predictive intelligence to create personalized customer experiences across all digital channels.
According to Salesforce's official commerce page — which now presents the platform as "Agentforce Commerce (formerly Commerce Cloud)" — the platform serves as "the growth engine for customer companies," enabling seamless commerce experiences across mobile, social, web, and in-store channels.
A note on naming: At Dreamforce 2025, Salesforce announced that B2C Commerce Cloud is evolving under the Agentforce Commerce brand, uniting storefronts, AI agents, and agentic commerce protocols in one platform. Throughout this guide, "B2C Commerce Cloud" refers to the underlying technology (SFRA, cartridges, SCAPI), while "Agentforce Commerce" refers to the current product branding and its 2026 agentic capabilities.
Core Capabilities
- Unified Commerce: Single platform for B2C, B2B, and B2B2C commerce operations
- AI-Powered Personalization: Einstein AI for product recommendations, predictive sorting, and personalized search
- Agentforce Agents: Shopper, Buyer, and Merchant Agents (GA June 2026) for conversational and agentic commerce
- Headless Architecture: Composable Storefront with PWA Kit and Managed Runtime
- Global Scalability: Multi-site, multi-currency, and multi-language support out of the box
- Integrated Ecosystem: Native integration with Salesforce CRM, Marketing Cloud, and Service Cloud
- Order Management: Distributed order management for complex fulfillment scenarios
Important Note: Since B2C Commerce Cloud is an acquired product (Demandware), it runs on a completely different technology stack than the core Salesforce platform. This has been a source of confusion in the Salesforce community, as many assume it's built on the CRM foundation.
2 History & Demandware Origins
The story of Salesforce B2C Commerce Cloud begins with Demandware, a pioneering e-commerce company founded in February 2004 by German entrepreneur Stephan Schambach.
The Founder's Vision
Stephan Schambach (born August 1, 1970) is an e-commerce pioneer who created the first software package for online shopping called Intershop in 1995. Growing up in East Germany, Schambach left his apprenticeship as a laboratory technician after the fall of the Berlin Wall and went on to found NetConsult Computer Systeme GmbH in 1992, followed by Intershop Communications.
After ceding his position as chairman at Intershop in 2003, Schambach founded Demandware in 2004 — together with co-founder Wayne Whitcomb — with a revolutionary vision: bring to market an enterprise-class e-commerce solution that would put more power and innovation in the hands of merchandisers while removing the technical costs, risks, and complexities of running an e-commerce operation.
The Innovation: Demandware was among the first to offer e-commerce as a cloud service (SaaS), leveraging emerging advancements in Software-as-a-Service architectures and dynamic grid computing. They delivered the market's first on-demand enterprise e-commerce platform in 2005.
The $2.8 Billion Acquisition
According to TechCrunch's coverage of the acquisition, Salesforce purchased Demandware in June 2016 for $2.8 billion. Marc Benioff, chairman and CEO of Salesforce, described Demandware as "an amazing company—the global cloud leader in the multi-billion dollar digital commerce market."
By the time of acquisition, Demandware had grown from a startup to a global leader in cloud-based e-commerce services within just a decade. The company had raised a total of $65 million over 6 funding rounds, with its first round on August 19, 2004. Demandware went public in 2012, further establishing its market presence.
Notable Early Customers
Demandware primarily operated in B2C segments, particularly online retail. Its famous clients included major brands like Marks & Spencer and L'Oréal, establishing the platform's credibility in enterprise retail.
3 Platform Evolution Timeline
The evolution of Salesforce B2C Commerce Cloud represents over two decades of continuous innovation in e-commerce technology.
4 Architecture Deep Dive
Understanding the B2C Commerce Cloud architecture is essential for developers and architects planning implementations.
Early Architecture: Pipelines
Originally, Demandware utilized a pipeline architecture similar to Salesforce flows, adopting a low-code method to establish backend logic. This setup enabled developers to outline page rendering processes using a visual interface. Pipelines were later supplemented and largely replaced by controllers written in JavaScript.
Core Technical Stack
B2C Commerce Cloud operates on its own distinct technology stack, separate from the core Salesforce platform:
| Component | Technology | Purpose |
|---|---|---|
| Server-Side Language | ISML (Internet Store Markup Language) | Template rendering and dynamic content |
| Business Logic | JavaScript (Server-Side) | Controllers and custom functionality |
| Data Model | Proprietary Object Model | Products, catalogs, customers, orders |
| APIs | OCAPI & SCAPI | External integrations and headless |
| Development Tool | Business Manager | Storefront configuration and management |
| Code Packaging | Cartridges | Modular code deployment units |
API Architecture
The platform includes two main API sets:
- OCAPI (Open Commerce API): The original set of APIs dating back to Demandware's early days, providing RESTful access to commerce functionality.
- SCAPI (Salesforce Commerce API): A newer, more modern API set designed to provide seamless integration with Salesforce environments, capable of connecting to underlying services like the product database. SCAPI is being pushed as the preferred future standard.
Cartridge Architecture
Commerce Cloud uses cartridges as modular code packages. According to official Salesforce documentation, the cartridge path is searched left to right, and cartridges listed first take precedence over those listed later.
app_custom_brand:int_stripe:plugin_applepay:int_marketing_cloud:app_storefront_base:modules
5 SFRA vs Headless Commerce
One of the most critical architectural decisions for B2C Commerce Cloud implementations is choosing between SFRA and Headless (Composable Storefront).
SFRA Architecture Overview
SFRA follows a Model-View-Controller (MVC) pattern with a layered cartridge architecture. Understanding this structure is essential for effective customization.
Key Concept: The cartridge stack follows an inheritance model. Custom cartridges at the top can override templates, controllers, and models from cartridges below. This allows customization without modifying core SFRA code.
SFRA (Storefront Reference Architecture)
Tightly-coupled, template-based architecture with pre-built components
- Faster time-to-market with pre-built templates
- Native Salesforce feature integration
- Lower initial development cost
- Built from analysis of 2,000+ mobile storefronts
- Extensive documentation and community support
- Limited frontend UX flexibility
- Tightly coupled frontend/backend
- Slower performance in some cases
- Harder to migrate to better architecture later
- Not ideal for omnichannel experiences
Headless (Composable Storefront)
Decoupled architecture with PWA Kit and Managed Runtime
- Complete frontend freedom (React-based)
- Superior performance (PWA capabilities)
- True omnichannel experiences
- Serverless, highly scalable hosting
- Future-proof MACH architecture alignment
- Higher development complexity
- Requires skilled React developers
- Longer initial implementation time
- More ongoing maintenance required
- Steeper learning curve
Headless Architecture Overview
The Composable Storefront (Headless) architecture completely decouples the frontend from the backend, enabling true omnichannel experiences and maximum flexibility.
Key Difference: Unlike SFRA where frontend and backend are tightly coupled, headless architecture allows you to swap any layer independently. Want to use Algolia instead of native search? Just change the API call—no backend changes needed.
Composable Storefront Components
According to Salesforce Developer documentation, the Composable Storefront consists of:
- PWA Kit: An open-source framework for creating storefronts using JavaScript with React.js, allowing complete control over storefront appearance and behavior.
- Managed Runtime (MRT): A serverless, highly scalable hosting environment that provides infrastructure to deploy, host, and manage your headless digital storefront.
Hybrid Architecture Option
For organizations not ready for a full headless transition, hybrid implementations offer a middle path. Starting with B2C Commerce version 25.3, Hybrid Authentication replaces Plugin SLAS, keeping dwsid and JSON Web Token in sync.
Pro Tip: Phased rollouts are possible—deploy new product page experiences using PWA Kit while keeping checkout on SFRA until the next phase. This reduces risk and accelerates business outcomes.
6 Recent Announcements (2024-2026)
Salesforce continues to invest heavily in Commerce Cloud innovation. Here are the key announcements from Connections 2024 through the June and July 2026 Agentforce Commerce releases.
Connections 2024 Highlights
At Connections on May 22, 2024, Salesforce unveiled significant Einstein 1 Marketing and Commerce innovations:
- Einstein Copilot Expansion: Three specialized versions for merchants, buyers, and shoppers (later evolved into the Agentforce agents)
- Salesforce Checkout: Unified one-click checkout with built-in payments, tax, and shipping
- Data Cloud for Commerce: Generally available (Summer 2024 for B2B, Fall 2024 for B2C)
- AI Automation with Generative Page Designer: Create web experiences using natural language prompts
Composable Commerce Enhancements
New powerful Salesforce APIs and out-of-the-box personalization features include:
| Feature | Description | Availability |
|---|---|---|
| PLP Tiles | Ready-to-implement Product Listing Page personalization | GA 2024 |
| Site Map Generation | Automated SEO sitemap creation | GA 2024 |
| Store Locator | Built-in physical store location functionality | GA 2024 |
| BOPIS | Buy Online Pickup in Store capabilities | GA 2024 |
| Hybrid Authentication | Replaces Plugin SLAS in v25.3 | 2025 |
Agentforce Commerce: 2026 Agentic Commerce Releases
The biggest platform news since the Demandware acquisition arrived on June 29, 2026, when the Agentforce Commerce agents reached general availability, followed by the July 6, 2026 release wave:
- Shopper, Buyer, and Merchant Agents (GA): Conversational AI agents for B2C shoppers, B2B buyers, and merchandising teams, now generally available
- Native ChatGPT Integration: Storefront catalogs and product discovery surfaced directly inside ChatGPT conversations, live at GA
- Google Search, AI Mode & Gemini Integrations: Product discovery across Google's AI surfaces, rolling out summer 2026
- Agentic Commerce Protocol (ACP) with Stripe: Standards-based agent checkout, including purchases completed inside ChatGPT
- Google Universal Commerce Protocol: Support for Google's agent-to-merchant commerce standard
- Agentic Commerce Search: AI-native site search built on the Cimulate acquisition
- Zebra RFID Inventory Support: Real-time RFID-driven inventory accuracy for agentic and omnichannel fulfillment
Industry Recognition (2024-2025)
Salesforce received significant analyst recognition:
- Gartner Magic Quadrant for Digital Commerce - Leader for the 10th consecutive year in the 2025 report (announced November 12, 2025), positioned furthest on Completeness of Vision
- IDC MarketScape for Enterprise B2C Digital Commerce 2024 - Named a Leader
- Forrester Wave Commerce Solutions for B2B 2024 - Named a Leader
7 Agentforce & Einstein AI Capabilities
AI in Agentforce Commerce spans two layers: Einstein AI, the long-standing machine-learning engine behind recommendations and search, and Agentforce, the agent layer (the evolution of Einstein Copilot, renamed in September 2024) that now powers conversational and agentic commerce experiences.
From Einstein Copilot to Agentforce Agents
Salesforce first previewed conversational commerce assistants as Einstein Copilot — Digital Commerce 360 covered the three specialized versions announced at Connections 2024. Einstein Copilot was renamed Agentforce in September 2024, and the commerce agents reached general availability on June 29, 2026:
- Merchant Agent: Sets up storefronts, writes product descriptions, optimizes product listing SEO, builds promotions, and improves conversion rates
- Buyer Agent: Helps B2B companies support their business customers with reorders, quotes, and account service
- Shopper Agent: Conversational B2C and D2C shopping assistance on the storefront — and now across ChatGPT and Google surfaces via the Agentic Commerce Protocol and Google's Universal Commerce Protocol
Core Einstein Features
| Feature | Function | Business Impact |
|---|---|---|
| Product Recommendations | AI-powered suggestions based on behavior | Increased AOV and conversion |
| Predictive Sort | Personalized product listing order | Higher product discovery |
| Commerce Insights | Shopping basket analysis and trends | Data-driven merchandising |
| Search Dictionaries | AI-enhanced search relevance | Reduced search abandonment |
| Einstein Personalization | Real-time interaction personalization | Improved customer experience |
Einstein Trust Layer
The Einstein Trust Layer is "a single platform that sits underneath every copilot experience." Its key features include:
- Data Masking: Raw customer information never passes outside organizational boundaries
- Zero-Retention Policy: Third-party LLMs discard all data sent to them
- Secure Grounding: Responses grounded in your trusted business data
Data Protection: Salesforce's Einstein Trust Layer ensures customer data security while enabling powerful AI capabilities. This is critical for enterprises with strict compliance requirements.
8 Major Customers & Success Stories
Salesforce Commerce Cloud powers some of the world's most recognizable brands. According to Salesforce's customer stories, over 2,000 enterprise customers rely on the platform.
Notable Brands by Industry
Success Story Highlights
- Adidas: Demandware customer since 2011, expanded to use Marketing Cloud and Service Cloud post-acquisition
- Columbia: Launched mobile support in only 6 weeks using Commerce Cloud
- UGG: Implemented Einstein AI for product and search recommendations, creating mobile-first shopping experience
- Godiva: Built 78 corporate gifting microsites, automating customer orders and streamlining costs
- L'Oréal: Unified online sales and engagement across multiple brands on the platform
Key Insight: According to Salesforce, brands that connect data across clouds experience 29% higher revenue per visitor and 34% faster issue resolution.
Commerce Cloud: Cyber Week Performance (2020-2025)
Salesforce Commerce Cloud powers digital storefronts for thousands of enterprise retailers during the critical holiday shopping season. The following data represents global e-commerce sales tracked across the Salesforce platform during Cyber Week (Thanksgiving through Cyber Monday).
| Year | Global Sales | US Sales | YoY Growth | Key Highlights |
|---|---|---|---|---|
| 2025 | $336.6B | $79.6B | +7% Global, +5% US | 61M orders; 100% uptime; $67B AI-influenced (20% of orders) |
| 2024 | $314.9B | $76B | +6% Global, +7% US | ~50M orders processed; 70% mobile; $60B AI-influenced sales |
| 2023 | $298B | $70.8B | +6% Global, +5% US | ~50M orders; 100% uptime; $51B AI-influenced sales |
| 2022 | $281B | $68B | +2% Global, +9% US | 115M+ November orders; 1.9B Einstein recommendations viewed |
| 2021 | $275B | $62B | +2% Global, +4% US | Commerce Cloud: +7% Black Friday, +9% Cyber Monday |
| 2020 | $270B | $60B | +36% Global, +29% US | COVID-driven digital surge; 22% more online shoppers |
Cyber Week Sales Growth (2020-2025)
Black Friday vs Cyber Monday Breakdown (2025)
Black Friday 2025
- Global: $79B (+6% YoY)
- US: $18B (+3% YoY)
- Strongest shopping day of the week
Cyber Monday 2025
- Global: $53B (+7% YoY)
- US: $13.6B (+6% YoY)
- Record-breaking online sales day
Source: Salesforce Cyber Week 2025, 2024, 2023, 2022, 2021, 2020 official press releases. Data based on Salesforce platform activity; recent years cover 1.5B+ shoppers globally.
9 Competitive Landscape
Understanding the competitive landscape is crucial for platform selection decisions. The global e-commerce software market is a multi-billion-dollar space — roughly $10 billion in 2024 by industry estimates.
Market Share Overview (2024)
| Vendor | Market Position | Key Strength |
|---|---|---|
| Shopify | Market Leader (10%+ of US e-commerce, per Shopify) | Ease of use, SMB-friendly, strong checkout conversion (per Shopify-commissioned research) |
| Adobe Commerce | #2 Position | Open source flexibility, deep customization |
| Salesforce | #3 Position | Enterprise features, CRM integration, AI capabilities |
| SAP | #4 Position | ERP integration, enterprise workflows |
| BigCommerce | #5 Position | Open SaaS, built-in SEO, multi-channel |
Detailed Competitor Analysis
Shopify
According to Shopify's enterprise analysis, they power over 10% of all US e-commerce and have processed over $1 trillion in global GMV. A Shopify-commissioned study by a Big Three consulting firm found Shopify's checkout converts up to 36% better than competitors including Salesforce. However, Salesforce Commerce Cloud offers deeper enterprise features and CRM integration.
Adobe Commerce (Magento)
Adobe Commerce is an open-source solution that can be self-hosted or cloud-hosted. It offers complete source code access and high customization flexibility. However, it requires more technical expertise and operational overhead compared to Salesforce's fully managed SaaS approach.
BigCommerce
BigCommerce (now rebranded as "Commerce") offers an open SaaS foundation with built-in SEO and multi-channel selling. It's positioned as a more affordable alternative to Salesforce for mid-market companies.
Market Forecast
Industry analysts expect the e-commerce applications market to grow from roughly $10 billion in 2024 to about $14.9 billion by 2029 (around 7.6% CAGR). Global retail e-commerce sales exceeded $6 trillion in 2024 and will climb past $7 trillion by 2027.
Selection Criteria: Choose Salesforce Commerce Cloud when you need deep Salesforce ecosystem integration, enterprise-grade AI, and global scalability. Consider alternatives if budget is constrained or you need maximum frontend flexibility without headless complexity.
10 Implementation Best Practices
Successful Commerce Cloud implementations require careful planning and adherence to proven best practices.
Architecture & Development
- Modular Cartridge Structure: Keep logic modular and brand-specific for improved maintainability
- Version Control: Use Git for source control; never develop directly in WebDAV
- Sandbox Testing: Regularly test customizations in sandbox environments before production
- Code Review: Implement mandatory code reviews for all cartridge changes
Performance Optimization
Google research shows that a 500ms delay can reduce conversions by 20%. Critical performance practices include:
- Place CSS at the top, JavaScript at the bottom of pages
- Lazy-load images and videos not visible on page load
- Inline critical CSS via Page Designer for faster rendering
- Implement aggressive caching strategies
- Optimize API calls to minimize round trips
Data Management
- Data Cleansing: Cleanse and normalize product data before migration
- PIM Integration: If using a Product Information Management system, integrate directly
- Data Governance: Set clear naming conventions, formats, and validation rules
- Data Security: Protect sensitive customer information with encryption
Security Best Practices
- MFA Mandatory: Multi-Factor Authentication required for all Business Manager and integration users
- Granular Roles: Use specific roles for merchandisers, developers, and marketers
- Access Management: Remove access immediately for offboarded users
- Security Patches: Regularly apply platform security updates
Integration Strategy
According to Salesforce, brands that connect data across clouds experience 29% higher revenue per visitor. Key integration considerations:
- Use MuleSoft for complex enterprise integrations
- Leverage pre-built connectors for common third-party services
- Plan data mapping and synchronization carefully
- Test integrations thoroughly in staging environments
11 Lessons Learned
Based on industry experience and common pain points, here are key lessons from Commerce Cloud implementations.
Common Implementation Challenges
| Challenge | Impact | Solution |
|---|---|---|
| Integration Complexity | Data format variations and compatibility issues with existing systems | Use MuleSoft and pre-built connectors; plan data mapping thoroughly |
| Performance Issues | Slow page loads from heavy customizations | Follow performance best practices; implement caching; optimize code |
| User Adoption | Employee resistance to new platform | Comprehensive training; role-specific sessions; detailed documentation |
| Scope Creep | Project delays and budget overruns | Define clear objectives upfront; involve key stakeholders; use agile methodology |
| Platform Confusion | Assuming B2C Commerce is built on Salesforce CRM | Educate team on distinct architecture; plan integrations accordingly |
Critical Success Factors
- Executive Sponsorship: Ensure leadership commitment and resource allocation
- Clear Requirements: Document detailed business requirements before development
- Phased Deployment: Start with soft launch to limited audience before full rollout
- Dedicated Support Team: Establish team to handle technical issues and customer inquiries
- Continuous Monitoring: Implement real-time monitoring during initial launch period
- Upgrade Strategy: Develop comprehensive upgrade plan; test in staging first
Key Takeaways
Remember:
- B2C Commerce Cloud runs on its own stack—not on core Salesforce
- Choose SFRA for speed-to-market; choose Headless for ultimate flexibility
- Hybrid architectures offer a practical middle ground
- Einstein AI is deeply integrated and can significantly improve conversion
- Integration with other Salesforce clouds multiplies the platform's value
? Frequently Asked Questions
Salesforce B2C Commerce Cloud is an enterprise-grade e-commerce platform originally known as Demandware, acquired by Salesforce for $2.8 billion in 2016 and rebranded as Agentforce Commerce at Dreamforce 2025. It provides a cloud-based solution for creating, managing, and scaling online storefronts with AI-powered personalization, headless architecture options, and seamless integration with the Salesforce ecosystem.
Yes. At Dreamforce 2025 (October 2025), Salesforce rebranded B2C Commerce Cloud as Agentforce Commerce, reflecting the platform's evolution toward AI agents and agentic commerce. The underlying B2C Commerce technology, SFRA, and Composable Storefront architectures continue unchanged, and the name B2C Commerce is still widely used for the technical platform.
SFRA (Storefront Reference Architecture) is a tightly-coupled framework with pre-built templates for faster time-to-market but limited frontend flexibility. Headless Commerce (using PWA Kit and Managed Runtime) decouples the frontend from the backend, offering greater customization, better performance, and omnichannel capabilities, but requires more development resources and React expertise.
Agentforce is Salesforce's AI agent layer, the evolution of Einstein Copilot, which was renamed Agentforce in September 2024. Three commerce agents reached general availability on June 29, 2026: the Shopper Agent for conversational B2C shopping, the Buyer Agent for B2B purchasing, and the Merchant Agent for storefront setup, product descriptions, and SEO optimization. They build on Einstein AI capabilities such as product recommendations, predictive sorting, and personalized search.
The Agentic Commerce Protocol is an open standard, supported by Salesforce together with Stripe, that lets AI assistants complete purchases on behalf of shoppers, including checkout directly inside ChatGPT. Agentforce Commerce also supports Google's Universal Commerce Protocol and Agentic Commerce Search (built on the Cimulate acquisition) so storefronts stay visible in AI-driven discovery.
The main competitors include Shopify (which claims over 10% of all US e-commerce), Adobe Commerce (formerly Magento), BigCommerce, SAP Commerce Cloud, and VTEX. Shopify leads among US e-commerce sites, while Salesforce is positioned as a Leader in Gartner's Magic Quadrant for Digital Commerce for the 10th consecutive year.
Major brands using Salesforce Commerce Cloud include Adidas, Puma, Ralph Lauren, L'Oréal, Columbia, UGG, Birkenstock, Godiva, Callaway Golf, Benetton, and Billabong, among many other Fortune 500 companies. The platform is particularly popular in fashion, beauty, outdoor apparel, and luxury retail sectors.
13 Abbreviations & Glossary
Abbreviations & Glossary
Reference guide for technical terms and abbreviations used throughout this article.
Related Reading
Continue your Salesforce learning journey with these related guides:
- Salesforce Security Ultimate Guide — Harden your Salesforce org against hacks and breaches, essential reading before exposing commerce storefronts and APIs.
- Salesforce LWR Experience Cloud: A Candid Architect's Guide — Architect modern Lightning Web Runtime digital experiences, a natural companion to headless commerce decisions.
- 10 Differences Between Salesforce Solution and Technical Architect — Understand the architect roles that lead Commerce Cloud implementations.
- Apex Design Patterns — Master the design patterns that keep large Salesforce codebases, including commerce integrations, maintainable.