ExamGecko
Question list
Search
Search

List of questions

Search

Question 247 - Certified B2B Commerce Administrator discussion

Report
Export

A developer is working on an existing checkout information built against the Lightning Web Runtime (LWR) and wants to implement a custom child checkout component to modify out-of-the-box functionality.

Which interface must the developer implement for the child component?

A.
CheckoutSavable
Answers
A.
CheckoutSavable
B.
CheckoutInterface
Answers
B.
CheckoutInterface
C.
CustomCheckout
Answers
C.
CustomCheckout
D.
CheckoutStep
Answers
D.
CheckoutStep
Suggested answer: D

Explanation:

To implement a custom child checkout component to modify out-of-the-box functionality in an LWR checkout flow, the developer must implement the CheckoutStep interface. This interface defines the contract between the child component and the parent Checkout component, and allows the child component to communicate with the checkout flow. The developer must implement the methods of this interface, such as getStepName, getStepLabel, getStepStatus, validateStep, and so on. The developer can also use the @wire(CheckoutApi) decorator to access the checkout API methods and data.Reference:

Customize Your Checkout Flow for a B2B Store (LWR)

CheckoutStep Interface

asked 23/09/2024
Mukesh Kumar
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first