CPQ APIs to Replace OmniCPQServiceWrapper

The OmniCPQServiceWrapper implementation is a class for OmniScripts that supports named methods used in guided selling.

As of the CME Spring '17 release, OmniCPQServiceWrapper is deprecated. Salesforce recommends using the Omnichannel CPQ REST APIs instead of OmniCPQServiceWrapper.

OmniCPQServiceWrapper Method NameCPQ API Method NameCPQ API Name
addProductspostCartsItemsAdd Items to Cart
createOpportunitycreateCartCreate Cart
createOrdercreateCartCreate Cart
createQuotecreateCartCreate Cart
deleteItemdeleteCartsItemsRemove Items from Cart
getProductsgetCartsProductsGet List of Products
submitOpportunitycheckoutCheckout Items in Cart
submitOrdercheckoutCheckout Items in Cart
submitQuotecheckoutCheckout Items in Cart
updateItemputCartsItemsUpdate Items in Cart