API Task Reference for Digital Commerce
The table below shows which Digital Commerce API to use given a specific task to perform. Also shown are the API methods to use (GET, POST, or PUT).
Task | API method | API |
---|---|---|
Retrieve a list of offers from a catalog | GET | Get Offers by Catalog API |
Retrieve a list of featured offers | GET | Get Offers by Catalog API |
Retrieve offers that contain a specified product | GET | Get Offers by Catalog API |
Retrieve offer details and child items | GET | Get Offer Details API |
Configure an offer and view updated prices, quantities, and attributes | POST | Post Offer Details with Configuration API |
Put item in basket | POST | Create Basket with BasketAction |
Put selection into existing basket | POST | Update Basket Contents API |
Retrieve cart items | GET | Get Basket Details API |
Convert basket to Salesforce order | POST | Create Cart from Basket |