Salesforce Certified Industries CPQ Developer — Question 25
A developer is creating a website for a communications company. As part of the site experience, the developer needs to retrieve products and display them to anonymous users for selection.
What should the developer use to meet this requirement?
Answer options
- A. Cart-Based API - Get List of Products API (getCartsProducts)
- B. Cart-Based API - Get Cart Items (getCartsItems)
- C. Digital Commerce API - Get Offers Bv Catalog (getOffersByCatalogCode)
- D. Digital Commerce API - Get Offer Details (getOfferDetails)
Correct answer: D
Explanation
The correct answer is D, as the Digital Commerce API - Get Offer Details (getOfferDetails) provides specific information about products that can be displayed to anonymous users. The other options focus on cart-related functionalities, which are not relevant for displaying products to users who have not logged in.