home

General

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

General

chevron_left

General Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • expand_more

      Digital Commerce for Salesforce REST APIs

      • expand_more

        CPQ REST API Version 4

        • chevron_right

          Authentication

        • chevron_right

          Storefront

        • chevron_right

          Account

        • chevron_right

          PriceList

        • chevron_right

          Catalog

        • chevron_right

          Carts

        • expand_more

          Cart Items

          • Add Option to Bundle

            post
          • Add Product to Cart

            post
          • Clone Primary LineItems

            post
          • Get Cart Item

            get
          • Update Cart Item

            put
          • Remove Cart Item

            delete
          • Remove Multiple Cart Items

            post
          • Get Cart Revalidation Line Items

            get
          • Apply Revalidated Line Items

            post
        • chevron_right

          Favorites

        • chevron_right

          Generic

        • chevron_right

          Order

        • chevron_right

          Quote

        • chevron_right

          Assets

        • chevron_right

          Collaboration Request

        • chevron_right

          User Views

      • chevron_right

        CPQ REST API Version 5

    • chevron_right

      Discovery AI for Salesforce REST APIs

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. Digital Commerce for Salesforce REST APIs
  6. arrow_right
  7. CPQ REST API Version 4

list_altShow Contents

chevron_left

General

Cart Items

chevron_right
download

Add Option to Bundle

post
/carts/{cartId}/items/{cartItemId}/options

The options post endpoint can be used to add options to an existing cart item.

Request

Security: Basic Auth

Path Parameters

cartId
string
required

The reference id of the cart. It can be set to 'active' to use the current active cart for the user.

Example:
a1I3I000000e7GLUAY
cartItemId
string
required

The reference of the cart item representing the parent bundle product.

Example:
a133I000000ThrKQAS

Query Parameters

alias
boolean

The namespace for the fields is prefixed if set to False. By default it is True.

Example:
false
price
string
required

The pricing strategy to use. 'default' | 'async' | 'skip'

Example:
skip
rule
string
required

The rule strategy to use. 'default' | 'async' | 'skip'

Example:
skip

Headers

x-account
string

The account value from the header is taken as default account if passed as query parameter.

Example:
0011900000hnGsr
Content-Type
string
required

Content type of the request body.

Example:
application/json
x-storefront
string
required

The name of the storefront used for the request.

Example:
ECommerce

Body

Request body can be a single record or an array of records if multiple options are to be added. The body of the request should contain an object containing the primitive string id of the option you want added to the bundle along with the quantity to be added.

ProductId
string
Quantity
number
SellingTerm
number
ProductAttributes
object
LineItem
object

Responses

200

OK

Body

responses
/
200
Rules
array[object]
required
ActionProductIds
string
TriggeringProductIds
string
SuggestedProductIds
string
IsTargetOption
boolean
pending
boolean
ConstraintRuleActionId
string
ConfigurationId
string
Message
string
Id
string
Name
string
LineItems
array[object]
required
Product
object
AttributeValue
object
LineSequence
integer
LineType
string
LineStatus
string
LineNumber
integer
ItemSequence
integer
Quantity
integer
ProductId
string
PrimaryLineNumber
integer
Name
string
IsPrimaryLine
boolean
Id
string
Auth
Username
:
Password
:
Parameters
:
:
:
:
:
:
:
:
Body
1
{
2
"ProductId": "01t4R00000J5R6i",
3
"Quantity": 1,
4
"SellingTerm": 1,
5
"ProductAttributes": {
6
"AutoABOPicklist__c": "Option3"
7
},
8
"LineItem": []
9
}
curl --request POST \
--url https://documentation.conga.com/carts/cartId/items/cartItemId/options \
--header 'Accept: application/json' \
--header 'Authorization: Basic 123' \
--header 'Content-Type: application/json' \
--header 'x-account: ' \
--header 'x-storefront: ' \
--data '{
"ProductId": "01t4R00000J5R6i",
"Quantity": 1,
"SellingTerm": 1,
"ProductAttributes": {
"AutoABOPicklist__c": "Option3"
},
"LineItem": []
}'
Response Example
Large examples are not rendered by default.
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.