Synchronizing a Cart
This is used to sync the shopping cart with the product configuration on the quote record.
API |
Signature |
---|---|
synchronizeCart |
webService static Apttus_CPQApi.CPQ.SynchronizeCartResponseDO synchronizeCart(Apttus_CPQApi.CPQ.SynchronizeCartRequestDO request) |
Parameters |
||
---|---|---|
Name |
Type |
Description |
request | Apttus_CPQApi.CPQ.SynchronizeCartRequestDO |
The request data object. |
Request Data Object - Apttus_CPQApi.CPQ.SynchronizeCartRequestDO |
||
---|---|---|
Name |
Type |
Description |
CartId | ID |
The ID of the cart (Product Configuration) you want to synchronize. |
Response Data Object - Apttus_CPQApi,CPQ.SynchronizeCartResponseDO |
||
---|---|---|
Name |
Type |
Description |
IsSuccess | Boolean |
Indicates whether synchronizing the cart items was successful. |
Code Sample
The sample below enables you to synchronize the cart items with a quote. When the customer has finalized the cart, you can synchronize the products in the cart with the quote used to generate the cart. Invoke this API when the user has finalized the cart. The cartID with the updated products is provided as a parameter to the API.
Integration Details
Use the following information in your integrations with CPQ Web Services API. Refer to Integrating Conga with External Systems for information on how to get started.