ExamGecko
Question list
Search
Search

Question 186 - Certified B2B Commerce Developer discussion

Report
Export

A developer is writing custom code to compare External Prices and Sales Prices for cart items. What should be returned if the External Prices are the same as Sales Prices for Products in the Cart? ~.

A.
sfdc_checkout.IntegrationStatus.Status.SUCCESS
Answers
A.
sfdc_checkout.IntegrationStatus.Status.SUCCESS
B.
sfdc_checkout.IntegrationStatus.Status.SUCCEEDED
Answers
B.
sfdc_checkout.IntegrationStatus.Status.SUCCEEDED
C.
sfdc_checkout.IntegrationStatus.Status.ERROR
Answers
C.
sfdc_checkout.IntegrationStatus.Status.ERROR
D.
sfdc_checkout.IntegrationStatus.Success.FAILED
Answers
D.
sfdc_checkout.IntegrationStatus.Success.FAILED
Suggested answer: A

Explanation:

Similar to question 198, when custom code compares external prices with sales prices for cart items and finds them to be the same, the appropriate return value should indicate a successful comparison (such as sfdc_checkout.IntegrationStatus.Status.SUCCESS). This signifies that the external prices are aligned with the sales prices, and there are no conflicts.

asked 23/09/2024
Adrian Chirtoc
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first