ExamGecko
Question list
Search
Search

Question 185 - Certified B2B Commerce Developer discussion

Report
Export

What should a developer's implementation code return if the External Prices are the same as Sales Prices for Products in the Cart?

A.
sfde_checkout.IntegrationStatus. Status. SUCCESS
Answers
A.
sfde_checkout.IntegrationStatus. Status. SUCCESS
B.
sfdc_checkout.IntegrationStatus. FAILED. Status
Answers
B.
sfdc_checkout.IntegrationStatus. FAILED. Status
C.
sfdc_checkout.IntegrationStatus.Status.FAILED
Answers
C.
sfdc_checkout.IntegrationStatus.Status.FAILED
D.
sfdc_checkout.IntegrationStatus.Success. STATUS
Answers
D.
sfdc_checkout.IntegrationStatus.Success. STATUS
Suggested answer: A

Explanation:

When implementing code for external pricing comparisons, if the external prices are the same as the sales prices for products in the cart, the implementation should ideally return a status indicating success (such as sfdc_checkout.IntegrationStatus.Status.SUCCESS). This indicates that the external pricing verification has passed and there are no discrepancies between the external and sales prices.

asked 23/09/2024
bhaskar siddanadham
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first