Removing Line Items from the Cart
This API enables you to remove specific line items from the Cart. This API is invoked when you click Remove action icon next to any product on the Cart.
API |
Signature |
---|---|
removeLineItems |
webService static Apttus_CPQApi.CPQ.RemoveLineItemsResponseDO removeLineItems(Apttus_CPQApi.CPQ.RemoveLineItemsRequestDO request) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
Request | Apttus_CPQApi.CPQ.RemoveLineItemsRequestDO |
This is the request data object. |
Request Data Object – Apttus_CPQApi.CPQ.RemoveLineItemsRequestDO |
||
---|---|---|
Name |
Type |
Description |
Cart ID | ID |
The Id of the cart. |
PrimaryLineNumbers | Integer |
The line item numbers of the primary line items which have to be removed using this API. |
Response Data Object – Apttus_CPQApi.CPQ.RemoveLineItemsResponseDO |
||
---|---|---|
Name |
Type |
Description |
IsSuccess | Boolean |
Indicates whether the operation of removing the line items was a success. True indicates success, false indicates that the line items were not removed from the Cart. |
Code sample
You can use this API after you realize that the end-user has added some products (bundle, standalone, or option) and you want to remove those products from the Cart at once. Along with the primary line items, this API also removes the child line items under these primary line items (if applicable).
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.