Abandoning a Cart
This deletes the selected cart in Draft status.
API |
Signature |
---|---|
abandonCart |
webService static Apttus_CPQApi.CPQ.AbandonCartResponseDO abandonCart(Apttus_CPQApi.CPQ.AbandonCartRequestDO request) |
Parameters |
||
---|---|---|
Name |
Type |
Description |
request | Apttus_CPQApi.CPQ.AbandonCartRequestDO |
The request data object. |
Request Data Object - Apttus_CPQApi.CPQ.AbandonCartRequestDO |
||
---|---|---|
Field |
Type |
Description |
CartId | ID |
The Id of the cart. |
Response Data Object - Apttus_CPQApi.CPQ.AbandonCartResponseDO |
||
---|---|---|
Field |
Type |
Description |
IsSuccess | Boolean |
Indicates whether the cart is deleted successfully. |
Code Sample
The sample below enables you to send an API request for abandon cart along with the cart ID. The cart whose id has been passed will be abandoned when the request is successful. The response message in the sample indicates whether the request was successful. When the user clicks Abandon Cart the abandonCart API will be invoked and the cartID associated with the request is abandoned.
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.