ExamGecko
Question list
Search
Search

List of questions

Search

Question 233 - Certified B2B Commerce Administrator discussion

Report
Export

A developer is trying to integrate a new shipping provider to use during checkout in a storefront.

Which two steps must the developer take to make an integration available for selection?

A.
Create a RegisteredExternalService record using Workbench.
Answers
A.
Create a RegisteredExternalService record using Workbench.
B.
Create an Apex class that uses the integration framework.
Answers
B.
Create an Apex class that uses the integration framework.
C.
Modify the StorelntegratedService to map to an Apex class ID using Workbench.
Answers
C.
Modify the StorelntegratedService to map to an Apex class ID using Workbench.
D.
Enter the integration class name and version in the store administration
Answers
D.
Enter the integration class name and version in the store administration
Suggested answer: B, D

Explanation:

To integrate a new shipping provider to use during checkout in a storefront, a developer must take the following two steps:

Create an Apex class that uses the integration framework. The integration framework is a set of interfaces and classes that enable developers to create custom integrations with external services, such as shipping providers, payment gateways, and tax calculators.The developer must implement the sfdc_checkout.ShippingCalculationService interface and its methods to calculate shipping costs and options based on the shipping address and cart items1.

Enter the integration class name and version in the store administration. The store administration is a user interface that allows developers and administrators to configure various settings for a storefront, such as payment methods, shipping methods, tax methods, and store information.The developer must enter the name and version of the custom Apex class that implements the shipping calculation service in the Shipping Methods section of the store administration2.Reference:1: Integration Framework - Trailhead3,2: Add a Shipping Calculation Service for Commerce Stores - Salesforce Help4

asked 23/09/2024
Scott Albee
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first