Exam B2B-Commerce-Developer Topic 2 Question 22 Discussion
Actual exam question for Salesforce's B2B-Commerce-Developer exam
Question #: 22
Topic #: 2
Question #: 22
Topic #: 2
A user wants the pricing to reflect the price values stored in an external ERP during the checkoutflow. In what way can this requirement be satisfied?
Suggested Answer: D Vote an answer
Explanation
To reflect the price values stored in an external ERP during the checkout flow, the requirement can be satisfied by overriding the computePricingCart method in ccrz.cc_api_CartExtension and making the callout in this method. This method is responsible for computing the pricing for the cart and its line items. By overriding this method, the user can make a callout to the external ERP and update the pricing information accordingly.
Salesforce References: B2B Commerce and D2C Commerce Developer Guide, Logic Classes, ccLogicCart Class
To reflect the price values stored in an external ERP during the checkout flow, the requirement can be satisfied by overriding the computePricingCart method in ccrz.cc_api_CartExtension and making the callout in this method. This method is responsible for computing the pricing for the cart and its line items. By overriding this method, the user can make a callout to the external ERP and update the pricing information accordingly.
Salesforce References: B2B Commerce and D2C Commerce Developer Guide, Logic Classes, ccLogicCart Class
by Trista at Feb 21, 2024, 01:12 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).