Checklist progress
0/137Learned
Salesforce Accredited B2B Commerce Developer Professional
Study Checklist
Checklist progress
0/137Learned
Improve the Storefront experience with enhancements to Lightning Web Components.
0/18
Which wire adapters can an LWC use to read B2B Commerce cart data on the storefront?
Learn this conceptHow does NavigationMixin function in a B2B storefront LWC?
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.
B2B Commerce LWCs use specific Wire Adapters to retrieve cart data, distinguishing between individual line items and aggregate totals. The CartItemsAdapter retrieves the list of products in the cart, while the CartSummaryAdapter retrieves calculated totals for the cart.