B2B-Commerce-Developer Salesforce Accredited B2B Commerce Developer (SP20)

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which method signature is used in the Global API's?

Select an option, then click Submit answer.

  • Changes based on API and Method name

  • ccrz.cc_Output (ccrz:cc_Input input)

  • Map

  • List<>>

Question 8

When a user buys 10 units of product B, the user wants 1 unit of Product A to be

automatically added to the cart. How can this requirement be fulfilled?

Select an option, then click Submit answer.

  • Override the AllowCheckout method in ccrz.cc_api_CartExtension

  • Override the prepareForSave method in ccrz.cc_api_CartExtension

  • Override the preprocess method in ccrz.cc_api_CartExtension

  • Override the prepareToAdd method in ccrz.cc_api_CartExtension

Question 9

Where is the API-based record creation generally handled in Salesforce B2B

Commerce?

Select an option, then click Submit answer.

  • In the methods available in extension hooks

  • The service-layer responsible for the entity

  • Data creation is not allowed

  • Logic classes that implement the business logic for create operations