Adding Custom Bundles
This API adds custom bundles to the cart. You can define fields like Quantity, Selling Term, Start Date, and End Date for the bundle. You can add more than one bundle. The sequencing of the products added to the cart is based on the order in which you add the line items into the request DataObject list. If you have more than one option associated with the bundle, the option sequence would happen based on the sequence we add them to the DataObject list.
API |
Signature |
---|---|
addCustomBundle |
webService static Apttus_CPQApi.CPQ.AddCustomBundleResponseDO addCustomBundle(Apttus_CPQApi.CPQ.AddCustomBundleRequestDO request) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
request | Apttus_CPQApi.CPQ.AddCustomBundleRequestDO |
The request data object |
Request Data Object - Apttus_CPQApi.CPQ.AddCustomBundleRequestDO |
||
---|---|---|
Field |
Type |
Description |
CartId | ID |
The Id of the cart. |
LineItemColl | Apttus_CPQApi.CPQ.LineItemCollDO |
The Line Item data object |
Data Object - Apttus_CPQApi.CPQ.LineItemCollDO |
||
---|---|---|
Field |
Type |
Description |
LineItems | List<Apttus_Config2__LineItem__c> |
The list of the Line Items. |
Response Data Object - Apttus_CPQApi.CPQ.AddCustomBundleResponseDO |
||
---|---|---|
Field |
Type |
Description |
LineNumber | Decimal |
The bundle line number. |
Code Sample
The sample code below enables you to add custom bundles with a list of bundle and standalone line items to an existing cart by running the code in Execute Anonymous window from developer console.
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.