ExamGecko
Question list
Search
Search

List of questions

Search

Question 176 - Certified B2B Commerce Administrator discussion

Report
Export

Ina B2B Commerce store, which three tasks must a developer complete to implement the use of a third-party service for either tax, shipping, or pricing calculation?

A.
Create an Apex class implementing the appropriate interface.
Answers
A.
Create an Apex class implementing the appropriate interface.
B.
Create a named credential for authentication with an external service.
Answers
B.
Create a named credential for authentication with an external service.
C.
Create a flow to call the external service directly.
Answers
C.
Create a flow to call the external service directly.
D.
Create an Apex class with an invocable method.
Answers
D.
Create an Apex class with an invocable method.
E.
Register an Apex class as the integration in the store administration.
Answers
E.
Register an Apex class as the integration in the store administration.
Suggested answer: A, B, E

Explanation:

To implement the use of a third-party service for either tax, shipping, or pricing calculation in a B2B Commerce store, the developer must complete three tasks: create an Apex class implementing the appropriate interface, create a named credential for authentication with an external service, and register an Apex class as the integration in the store administration.The Apex class must implement one of the following interfaces depending on the type of calculation: sfdc.commerce.CheckoutTaxCalculations for tax, sfdc_checkout.CartShippingCharges for shipping, or sfdc.commerce.CheckoutPriceCalculations for pricing3.The named credential must provide the URL, authentication protocol, and credentials for accessing the external service4.The Apex class must be registered as the integration in the store administration by selecting it from the drop-down list in the corresponding section5. Creating a flow or an invocable method is not necessary for this task.

asked 23/09/2024
Rebekah Midkiff
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first