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.
Custom checkout components signal they are ready to advance by implementing the stageAction() method. This method validates the current step and returns a boolean promise to either allow the checkout process to continue or block it until issues are resolved.