The AP-201 checkout flow questions are where the exam separates administrators who have used B2B Commerce from administrators who have configured it. Candidates who have managed a live storefront know the buyer experience – products appear, prices display, the customer clicks through delivery, payment, and confirms the order. What they may not have done is touch the checkout flow itself: the Screen Flow that orchestrates the checkout sequence, where delivery methods are presented, how payment methods are conditionally shown or hidden based on order amount or buyer account criteria, and how the checkout session expires if the buyer leaves mid-process. The exam presents a specific business requirement – all orders over $5,000 must use credit card payment rather than purchase order – and asks how an administrator implements this. The answer involves decision logic within the checkout flow, not a pricing rule or an entitlement setting. Candidates who have only studied catalog and pricing configuration will know exactly what to do at the product and pricing layers but will not recognize the correct checkout flow answer. Getting the checkout questions right requires having navigated the flow configuration in a real or developer sandbox, not just having read about it.
The Salesforce AP-201 (B2B Commerce for Administrators Accredited Professional) certifies expertise in configuring and administering Salesforce B2B Commerce Cloud storefronts. The exam has 60 questions in 105 minutes with a 65% passing score, costing $200. It is available to Salesforce Partners with access to Partner Learning Camp. The exam covers seven topic areas: B2B Commerce Basics, Storefront Deployment, Product and Catalog Management, Pricing and Entitlements, Content Integration, Storefront Management, and Advanced Topics.
Cert Empire’s AP-201 exam questions are built across all seven topic areas with particular depth on checkout flow configuration, buyer group setup, and the troubleshooting scenarios that appear in the Advanced Topics section.
Exam Snapshot
| Field | Details |
| Exam Code | AP-201 |
| Exam Name | B2B Commerce for Administrators Accredited Professional |
| Vendor | Salesforce |
| Number of Questions | 60 |
| Duration | 105 minutes |
| Passing Score | 65% (~39 of 60) |
| Cost | USD $200 |
| Delivery | Salesforce certification portal (Partner Learning Camp access required) |
| Prerequisites | Salesforce Certified Administrator recommended; 6+ months B2B Commerce admin experience |
| Target Audience | Salesforce admins and consultants implementing and managing B2B Commerce stores |
Seven Topic Areas the Exam Tests
Topic 1: B2B Commerce Basics
The B2B vs. B2C Commerce distinction: B2B Commerce is built for business buyer scenarios – account-based purchasing, negotiated pricing that varies by buyer account, bulk order quantities, multiple approvers in the purchase process, and procurement integration with ERP systems. The data model reflects this: buyers are Accounts with Contacts who log into the storefront, not individual consumers. Buyer Groups segment accounts into pricing and entitlement categories.
The B2B Commerce data model: Key objects administrators must understand: WebStore (the storefront configuration record), WebCart and CartItem (the shopping cart), BuyerGroup (pricing and entitlement grouping), ProductCatalog and ProductCategory (the product hierarchy), Pricebook2 and PricebookEntry (standard Salesforce pricing), and the B2B-specific pricing and entitlement objects layered above them. The exam tests which object controls which behavior – for example, which object controls which products a buyer can see versus which object controls the price they pay.
Store context and configuration: Every storefront has a store context that determines available products, price books, and catalogs. The Commerce Setup Assistant guides the initial configuration of currency, tax, locale, and site settings. The exam tests which settings are established during initial setup versus which are configurable post-deployment.
Topic 2: Storefront Deployment
Experience Cloud as the foundation: B2B Commerce storefronts run on Salesforce Experience Cloud sites. The storefront IS an Experience Cloud community – the same administration tools (Community Builder, Experience Workspaces) manage both. The exam tests how to deploy a storefront: creating the Experience Cloud site, activating it, and making it available to external buyers.
Commerce Setup Assistant: A guided tool that steps through the initial store configuration – setting up currency, configuring the catalog and price book, associating payment and tax providers, and enabling search. The exam tests which configurations the Setup Assistant handles and which require manual configuration after the assistant completes.
Web store properties and session management: The WebStore record contains properties that control storefront behavior including the CheckoutTimeToLive (how long a checkout session remains valid before expiring) and CheckoutValidAfterDate. A confirmed AP-201 exam question: where does an administrator configure checkout session timeout? The answer is finding the WebCart and updating CheckoutTimeToLive and CheckoutValidAfterDate properties, not the store administration page.
Buyer Manager and Experience Cloud membership: Buyer accounts must have contacts who are Experience Cloud members – users with an External Identity or Customer Community license who can log into the storefront. The exam tests the error that appears when a buyer attempts to log in without being a community member: “Looks like this portal user is not a member of an experience or your experience is down.” Resolving this requires adding the user to the Experience Cloud site, not modifying the account or contact record.
Topic 3: Product and Catalog Management
Catalog, category, and product relationships: Products in B2B Commerce belong to categories, which belong to catalogs. A catalog is associated with a storefront through the store context. For a product to appear on the storefront, it must be in the correct catalog, in an active category within that catalog, be an active product, and have a price available to the buyer. The exam tests all four conditions and what each requires to fulfill.
Product images: B2B Commerce supports four product image types: Product Checkout Image (displayed during checkout), Product Detail Image (displayed on the product detail page), Product List Image (displayed in the product listing grid), and Product Thumbnail Image (a smaller version for compact displays). A confirmed AP-201 question: which image type appears on the product listing grid? Answer: Product List Image.
Search configuration and reindexing: Product search uses a search index. When products are added, modified, or activated, the search index must be rebuilt to reflect the changes. The exam tests how to trigger a search reindex: from the store record page, clicking the Search tile to access Search Reindexing options. The wrong answer is “Go to Search Reindex in Setup” – search reindexing is not triggered from Salesforce Setup.
Audience targeting for personalization: Storefront pages and components can be configured to show different content to different audiences. Buyer audiences are defined by criteria that can include account attributes, geographic information, and custom conditions. The exam tests which three criteria types can be used to create an audience for a storefront component. The correct criteria types are account-based (segment membership), geographic, and custom (profile or record-based criteria).
Topic 4: Pricing and Entitlements
Buyer Groups: A Buyer Group is a mechanism for grouping buyer accounts to assign shared pricing and entitlement access. A Buyer Account (a standard Account record configured as a buyer) is associated with a Buyer Group. The Buyer Group has an associated price book and entitlement policy. The exam tests how Buyer Groups work as the central connector between accounts and their pricing and entitlement configuration.
Entitlement policies for product visibility: Entitlement policies control which products and categories are accessible to which buyer groups. A buyer who is not entitled to a category cannot see or purchase products in that category even if prices exist. The exam tests entitlement policy creation, assignment to buyer groups, and what happens when a buyer account has no entitlement policy assigned (they see no products).
Price books and the pricing hierarchy: B2B Commerce uses Salesforce’s standard Price Books and Price Book Entries for product pricing, surfaced through the buyer group association. The exam tests how price books are assigned to buyer groups and what the pricing lookup process is when a buyer adds a product to their cart. Multiple price books can exist; the buyer group determines which price book applies.
Tiered pricing and promotions: The exam tests tiered pricing (price decreases as quantity increases – configured through quantity ranges in price book entries or through a custom pricing extension) and promotions (time-limited discounts applied during checkout). Promotions can be configured to apply automatically when conditions are met or to require a buyer-entered coupon code.
Topic 5: Content Integration
Salesforce CMS for product content: Salesforce CMS provides content items (articles, images, documents) that can be associated with storefront pages and product records. The exam tests how CMS content is surfaced on storefront pages and what types of content B2B Commerce administrators manage through CMS versus through standard product fields.
Rich content on product pages: Product descriptions that include formatted text, embedded images, and structured content use CMS content rather than plain text fields. The exam tests when CMS content is appropriate versus standard product field content and how CMS content is linked to product records for display on the product detail page.
Topic 6: Storefront Management – Checkout Flow
The checkout flow architecture: The B2B Commerce checkout is implemented as a Screen Flow that presents checkout steps in a defined sequence. The default checkout flow includes steps for: delivery address and method selection, payment method selection, order review and confirmation. Administrators can customize this flow by adding, removing, or reordering steps without developer assistance – using Flow Builder, not code.
Conditional payment method logic: A common exam scenario: an organization requires that orders above a certain dollar amount use credit card payment only (not purchase order). Implementing this requires adding decision logic to the checkout flow that evaluates the cart total and conditionally shows or hides the purchase order payment option based on the threshold condition. The correct answer is always “Add decision logic to hide the option for purchase orders on orders that meet the criteria” – not creating a new payment gateway or modifying pricing subflows.
Delivery method configuration: The exam tests how delivery methods (shipping options presented to buyers) are configured in B2B Commerce – through Delivery Method records and their association with the store’s shipping configuration. The exam also tests how to restrict which delivery methods are available to specific buyer groups.
Cart rules: CartItem rules enforce minimum order quantities, order increment requirements, and maximum quantity limits at the cart level. The exam tests how these rules are configured and when they apply during the buyer’s shopping experience.
Topic 7: Advanced Topics – Troubleshooting and Diagnostics
Common storefront issues and their diagnostics:
The exam presents specific error scenarios and tests which diagnostic step the administrator should take:
- Buyer cannot see a product: check product activation status, category assignment, entitlement policy coverage, and price book entry existence.
- Buyer cannot check out: verify that the buyer account is associated with a buyer group, that the buyer group has a price book with the relevant products, and that the checkout flow is active.
- Search returns no results after adding products: trigger a search reindex from the store record’s Search tile.
- Buyer Manager cannot see other users’ activity: verify that the Buyer Manager contact is assigned the correct permission set for Buyer Manager capabilities.
Permission sets for B2B Commerce roles: The exam tests the specific permission sets required for different administrative roles: the permission set that grants administrative access to the Commerce App, the permission set for buyers, and the permission set for buyer managers. Assigning the wrong permission set produces specific error messages that the exam uses as diagnostic clues.
Multi-language support: For storefronts that must support multiple languages, product descriptions, categories, and page content must all be translated. The exam tests how to configure translation for product and storefront content and what the limitations are of automatic versus manual translation in B2B Commerce.
5 Study Tips for Salesforce AP-201
- Tip 1: Get hands-on with the checkout flow in a developer sandbox. The checkout scenario questions – conditional payment method logic, reordering checkout steps, configuring session timeout – require flow-level familiarity that cannot be learned from documentation alone.
- Tip 2: Study Buyer Groups as the central connector between accounts and their pricing/entitlement access. Know the complete association chain: Account → Buyer Account → Buyer Group → Price Book AND Entitlement Policy.
- Tip 3: Know the exact navigation path for common administrative tasks the exam tests: search reindexing (from the store record’s Search tile, not Setup), checkout session timeout (on the WebCart record properties), and adding a buyer to the Experience Cloud community (not through account settings).
- Tip 4: Study the product image types by name: Product Checkout Image, Product Detail Image, Product List Image, and Product Thumbnail Image. The exam uses the exact type names and tests which displays where.
- Tip 5: Practice with Cert Empire’s AP-201 exam questions across all seven topic areas with scenario-based troubleshooting questions matching the real exam’s diagnostic style.
Best Study Resources
- Cert Empire AP-201 exam questions PDF and practice simulator (2026 edition).
- Salesforce Trailhead: B2B Commerce for Administrators learning path.
- Salesforce Help: B2B Commerce Administrator documentation.
- Partner Learning Camp: AP-201 official preparation materials (partner access required).
- TrailblazePrep.com AP-201 practice questions and study guide.
Why Candidates Choose Cert Empire for AP-201 Preparation
✔ Checkout flow scenario questions. Our AP-201 questions test conditional payment method logic, checkout step reordering, and session timeout configuration – the flow-level content most candidates underinvest in.
✔ Storefront troubleshooting diagnostic scenario questions. We present specific buyer error conditions and test the correct diagnostic investigation step and resolution.
✔ Buyer Group and entitlement configuration questions. Our questions test the complete association chain from Account to Buyer Group to Price Book and Entitlement Policy at the configuration decision level.
✔ Practice under real exam conditions. Our AP-201 simulator runs 60 questions in 105 minutes with topic-level tracking across all seven official exam areas.
✔ Backed by a full money-back guarantee. If our exam questions do not help you pass, we refund your purchase.
FAQ’s
What is the Salesforce AP-201 certification?
AP-201 is the B2B Commerce for Administrators Accredited Professional credential from Salesforce. It validates expertise in configuring and administering Salesforce B2B Commerce storefronts, including storefront deployment, product and catalog management, pricing, entitlements, checkout flow configuration, and storefront troubleshooting.
How many questions are on the AP-201 exam?
60 multiple-choice questions in 105 minutes. A score of 65% (approximately 39 of 60 correct) is required to pass. The exam costs $200.
Who is the AP-201 exam designed for?
Salesforce Partners with access to Partner Learning Camp and Partner Community resources. It is best suited for Salesforce administrators with B2B Commerce project experience, consultants supporting storefront implementations, and business analysts working on B2B Commerce engagements. The Salesforce Certified Administrator credential is recommended as a prerequisite.
What is a Buyer Group in Salesforce B2B Commerce?
A Buyer Group is a grouping mechanism that connects buyer accounts to pricing and entitlement access. A buyer account is associated with a Buyer Group, and the Buyer Group is associated with a price book and an entitlement policy. This chain determines which products the buyer can see and what prices they pay.
What is the difference between an entitlement policy and a price book in B2B Commerce?
Entitlement policies control product visibility – which products and categories a buyer can see and purchase. Price books control what price a buyer pays for the products they can see. Both are associated through the Buyer Group. A buyer can be entitled to see a product (entitlement policy) but still need a price book entry to be able to add it to their cart.
How is checkout configured in Salesforce B2B Commerce?
The B2B Commerce checkout is implemented as a Salesforce Screen Flow composed of subflows for each checkout step (address, delivery, payment, review). Administrators can customize the flow in Flow Builder to add, remove, or reorder steps. Conditional payment logic and delivery method restrictions are implemented through decision logic within the flow.
Where is checkout session timeout configured?
Checkout session timeout is configured on the WebCart record by updating the CheckoutTimeToLive and CheckoutValidAfterDate properties – not through the store administration page in the B2B Commerce App.
Related Certifications Worth Exploring
AP-201 certified administrators expanding their Salesforce B2B Commerce credential portfolio will find our Salesforce AP-219 (Order Management Administrator) exam questions page covers the commerce operations credential that extends B2B Commerce administration into order lifecycle configuration, fulfillment, returns, inventory visibility, and Commerce Cloud integration. For those building the foundational Salesforce platform knowledge that underpins B2B Commerce administration, our Salesforce Certified Administrator (ADM-201) exam questions page covers the core Salesforce administrator credential that is the recommended prerequisite for AP-201.
Reviews
There are no reviews yet.