Updated for Winter '26
Salesforce B2C Commerce Architect Exam Tips (Winter '26): How to Pass
The B2C Commerce Architect exam tests expert-level Commerce Cloud architecture skills. These tips focus on SFRA vs. headless architecture decisions, integration patterns, and performance design that define the most heavily weighted sections.
Written and reviewed by Krishna Mohan — ADM-201, PD1, PD2, App Builder & Consultant certified. Updated for Winter '26. Methodology · Contact
Exam At a Glance
60
Questions
105 min
Time Limit
65%
Passing Score
$200
Exam Fee
Quick Answer: What B2C Commerce Architect Tests
- Architecture and design — SFRA vs. Headless Commerce selection, multi-site architecture design, cartridge dependency management at scale, Business Manager configuration governance, and how to structure a large Commerce implementation across regions and brands.
- Integration architecture — OC API (Open Commerce API) vs. SCAPI (Salesforce Commerce API) selection, integration with ERP (SAP, Oracle) for order fulfilment, payment gateway integration patterns, and Marketing Cloud integration for personalised commerce experiences.
- Performance and security — CDN strategy for static assets, caching layers (page-level, partial-page, fragment), PCI DSS compliance for payment data, and how to design high-traffic peak performance (Black Friday scale).
Highest-Weight Exam Sections
Architecture + Integration + Performance = 77%. The SFRA vs. headless decision and integration patterns are the highest-value study areas.
Scenario Strategy: How to Approach B2C Commerce Architect Questions
Questions present a commerce architecture requirement and ask which design decision, API approach, or integration pattern is correct. Think about long-term maintainability and upgrade compatibility — architect decisions have multi-year implications.
- For SFRA vs. headless questions: SFRA = managed front-end, faster implementation, less flexibility. Headless = custom front-end, maximum flexibility, more complex to build and maintain. Choose headless when: aggressive front-end customisation is required, PWA or native mobile is needed, or the team has strong React/Vue skills. Choose SFRA when: time-to-market is critical, front-end flexibility is not the priority.
- For API questions: OCAPI is the legacy REST API for B2C Commerce — still used for many integrations. SCAPI (Salesforce Commerce API) is the newer API with better performance and easier authentication. For new integrations, prefer SCAPI. When a question says 'modern integration' or 'headless storefront', SCAPI is the answer.
- For performance questions: page-level caching (full page HTML cache) is the most impactful for anonymous users. Partial page caching for components that change per session. Avoid caching personalised content at the page level — use client-side rendering for personalised sections. CDN placement for static assets (images, CSS, JS) reduces origin server load.
Mock-Test Benchmark Before Booking
75%+ on 3 timed full mocks before booking
B2C Commerce Architect is the highest Commerce Cloud certification. Most candidates earn B2C Commerce Developer first and gain 3+ years of Commerce Cloud project experience before attempting Architect. Without real multi-site Commerce implementations and integration architecture experience, this exam is extremely difficult.
3 Concepts That Fail Most B2C Commerce Architect Candidates
These are not the hardest topics — they are the ones where candidates are most confidently wrong. Learn the distinction early.
1. Site Architecture — One Site vs Multiple Sites for Multi-Region
B2C Commerce supports multiple storefronts within one realm. A single site can serve multiple locales using site preferences and localisation. Candidates recommend one site per region — the exam expects multi-locale configuration on a single site unless business processes are completely separate (separate catalogs, pricing, and fulfilment), in which case separate sites are justified.
2. OCAPI vs SCAPI — Legacy vs Modern API Layer
Open Commerce API (OCAPI) is the legacy REST API for B2C Commerce. Salesforce Commerce API (SCAPI) is the modern replacement, built on headless architecture. Exam scenarios about new integrations expect SCAPI recommendations. Candidates default to OCAPI because it is more familiar from study materials — know that Headless Reference Architecture (SFRA) uses SCAPI for new implementations.
3. Quota Limits — Why Performance Degrades Under Load
B2C Commerce enforces pipeline/controller quota limits (CPU time, memory, custom objects per request). Exceeding these causes degraded performance or errors. Candidates diagnose performance issues by looking at code logic — the exam expects checking quota consumption first. Know the key quotas: custom object record limit per session, pipeline dictionary size, and API call rate limits.
Frequently Asked Questions
- What is the Salesforce B2C Commerce Architect exam format?
- The Salesforce B2C Commerce Architect exam has 60 multiple-choice questions, a 105-minute time limit, a 63% passing score, and a $200 fee ($100 retake). It tests expert-level B2C Commerce architecture: SFRA design patterns, performance architecture, security, scalability, and integration with external systems.
- What are the highest-weight B2C Commerce Architect exam sections?
- Architecture and Design (35%) and Integration Patterns (22%) together account for 57% of the exam. Designing scalable SFRA cartridge architectures, integration with payment gateways and ERP systems, performance optimisation, and B2C Commerce security are the most heavily tested areas.
- How does B2C Commerce Architect differ from B2C Commerce Developer?
- B2C Commerce Developer tests hands-on development skills: building cartridges, writing controllers, configuring Business Manager. B2C Commerce Architect tests systems design: how to architect the overall Commerce platform, select between Headless Commerce vs. SFRA, design integration patterns with external systems, optimise for performance at scale, and govern a multi-site implementation.
- What is Headless Commerce and does the B2C Commerce Architect exam test it?
- Headless Commerce separates the front-end presentation layer from the B2C Commerce back-end — the storefront is built with a custom front-end (React, Vue) consuming Commerce APIs (OCAPI or SCAPI). Yes, the Architect exam tests when to choose Headless vs. SFRA: Headless for maximum front-end flexibility, SFRA for faster time-to-market with a managed front-end framework.
- What concepts do most B2C Commerce Architect candidates get wrong?
- The most commonly misunderstood topics for the B2C Commerce Architect exam are: (1) Site Architecture — One Site vs Multiple Sites for Multi-Region; (2) OCAPI vs SCAPI — Legacy vs Modern API Layer; (3) Quota Limits — Why Performance Degrades Under Load. Candidates are most confidently wrong on these — learn the distinctions early to avoid losing marks on questions you expect to get right.
- Why do most B2C Commerce Architect candidates fail questions about Site Architecture?
- B2C Commerce supports multiple storefronts within one realm. A single site can serve multiple locales using site preferences and localisation. Candidates recommend one site per region — the exam expects multi-locale configuration on a single site unless business processes are completely separate (separate catalogs, pricing, and fulfilment), in which case separate sites are justified.
- Why do most B2C Commerce Architect candidates fail questions about OCAPI vs SCAPI?
- Open Commerce API (OCAPI) is the legacy REST API for B2C Commerce. Salesforce Commerce API (SCAPI) is the modern replacement, built on headless architecture. Exam scenarios about new integrations expect SCAPI recommendations. Candidates default to OCAPI because it is more familiar from study materials — know that Headless Reference Architecture (SFRA) uses SCAPI for new implementations.
- Why do most B2C Commerce Architect candidates fail questions about Quota Limits?
- B2C Commerce enforces pipeline/controller quota limits (CPU time, memory, custom objects per request). Exceeding these causes degraded performance or errors. Candidates diagnose performance issues by looking at code logic — the exam expects checking quota consumption first. Know the key quotas: custom object record limit per session, pipeline dictionary size, and API call rate limits.
Related Exam Tips
Start B2C Commerce Architect Prep
After this exam, consider Application Architect or System Architect next.