ExamGecko
Question list
Search
Search

Question 79 - Certified B2B Commerce Developer discussion

Report
Export

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

A.
Changes based on API and Method name
Answers
A.
Changes based on API and Method name
B.
ccrz.cc_Output (ccrz:cc_Input input)
Answers
B.
ccrz.cc_Output (ccrz:cc_Input input)
C.
Map<String, Object>
Answers
C.
Map<String, Object>
D.
List<List<Object>>
Answers
D.
List<List<Object>>
Suggested answer: B

Explanation:

The method signature that is used in the Global API's is ccrz.cc_Output (ccrz.cc_Input input). This signature indicates that the Global API methods take a single input parameter of type ccrz.cc_Input and return an output of type ccrz.cc_Output. These are custom classes that are defined in the cloudcraze managed package and contain various properties and methods for handling the input and output data. For example,ccrz.ccServiceProduct.getProducts(ccrz.cc_Input input)is a Global API method that takes an input object and returns an output object containing product data. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,API Classes,cc_Input Class,cc_Output Class

asked 23/09/2024
Billy Raymond
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first