Checklist progress
0/137Learned
Salesforce Accredited B2B Commerce Developer Professional
Study Checklist
Checklist progress
0/137Learned
Customize existing checkout flows in order to address the most common customer needs and provide an optimal Storefront experience.
0/18
How does a custom checkout Flow integrate with the standard checkout stages in B2B Commerce?
Learn this conceptWhat objects and variables are automatically available in the B2B Commerce checkout flow context?
Learn this conceptWhat is the role of the CheckoutSession object in the B2B checkout flow?
Learn this conceptWhat limitations exist when running checkout flow tests in the context of B2B Commerce?
Learn this conceptHow does guest (unauthenticated) checkout differ from authenticated buyer checkout in B2B Commerce?
Learn this conceptIn a custom LWC checkout step, what call or event signals stage completion so checkout can advance?
Learn this conceptHow does the CartDeliveryGroup object represent multiple delivery destinations in B2B Commerce?
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Salesforce Accredited B2B Commerce Developer Professional studiers. 593 members and growing.
In checkout flows, Apex actions handle validation failures by returning structured results that indicate success or failure, rather than stopping the flow with an unhandled exception. Developers must configure the Apex method to wrap results in an object that reports failures, ensuring the same number of results are returned as inputs. The flow then uses fault connectors to surface user-friendly error messages to the customer.