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

      • chevron_right

        CPQ REST API Version 4

      • expand_more

        CPQ REST API Version 5

        • chevron_right

          Authentication

        • chevron_right

          Storefront

        • chevron_right

          Account

        • chevron_right

          PriceList

        • chevron_right

          Catalog

        • expand_more

          Carts

          • Get Active Cart

            get
          • Update Cart

            put
          • Delete Cart

            delete
          • Get Cart Rules

            get
          • Create Cart

            post
          • Clone Cart

            post
          • Abandon Cart

            post
          • Create Proposal

            post
          • Apply Promotion to Cart

            post
          • Remove Promotion from Cart

            delete
          • Price Cart

            post
        • chevron_right

          Cart Items

        • 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

      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 5

list_altShow Contents

chevron_left

General

Carts

chevron_right
download

Create Cart

post
/carts

This API can be used to easily create a new cart. By default, the newly created cart is the active cart for the current user.

Request

Security: Basic Auth

Query Parameters

alias
boolean

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

Example:
false

Headers

x-account
string

The account value from 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

Any editable cart fields can be passed into the request body to be used on the cart.

Name
string
PriceListId
string

Responses

200

OK

Body

responses
/
200
Id
string
required
Name
string
required
IsPricePending
string
required
Pricelist
string
required
Account
string
required
Auth
Username
:
Password
:
Parameters
:
:
:
:
Body
1
{
2
"Name": "New Cart",
3
"PriceListId": "a1701000000SjWR"
4
}
curl --request POST \
--url https://documentation.conga.com/carts \
--header 'Accept: application/json' \
--header 'Authorization: Basic 123' \
--header 'Content-Type: application/json' \
--header 'x-account: ' \
--header 'x-storefront: ' \
--data '{
"Name": "New Cart",
"PriceListId": "a1701000000SjWR"
}'
Response Example
1
{
2
"title": "success",
3
"status": 200,
4
"data": [
5
{
6
"Collaboration_GeoLocation": null,
7
"Collaboration_Checkbox": false,
8
"UseType": "Main",
9
"BusinessObjectProfile": "Regular",
10
"IsValidationPending": false,
11
"IsTaskPending": false,
12
"CollaborationRequestId": "a3K01000000IYUfEAO",
13
"BusinessObjectRefId": "a3K01000000IYUfEAO",
14
"ShipToAccountId": "0010100000JUtunAAD",
15
"CartDataCache": "{\n \"usePriceEscalators\" : false,\n \"useFormulaPricing\" : false,\n \"useBasicTotaling\" : false,\n \"splitCartThreshold\" : null,\n \"splitCartCriteriaFields\" : null,\n \"priceInErrorLineNumbers\" : [ ],\n \"priceCompletedLineNumbers\" : [ ],\n \"priceCompletedChunkLineNumbers\" : [ ],\n \"pendingDepItemKeys\" : [ ],\n \"lastIndex\" : 0,\n \"lastChunkItemSequence\" : null,\n \"IsProductGroupEnabled\" : false,\n \"IsProductFamilyEnabled\" : false,\n \"isPrestoCallPending\" : null,\n \"isPrePricingStepPending\" : null,\n \"isPostPricingStepPending\" : null,\n \"IsOptionPricePending\" : false,\n \"IsIncentivePricePending\" : false,\n \"IsEmpty\" : false,\n \"IsCustomGroupEnabled\" : false,\n \"idxCType\" : { },\n \"icPriceCompletedChunkLineNumbers\" : [ ],\n \"hasDeferredDependentItems\" : false,\n \"DependentItemKeyMap\" : { },\n \"currAdHocGroupByField\" : null,\n \"cTypeIdx\" : { },\n \"couponUsage\" : { },\n \"couponCodes\" : [ ],\n \"chunkBundleLineNumber\" : null\n}",
16
"BillToAccountId": "0010100000JUtunAAD",
17
"EffectivePriceListId": "a1701000000SjWRAA0",
18
"NumberOfItems": 0,
19
"BaseRelationCount": 0,
20
"SummaryGroupType": "Category",
21
"Status": "New",
22
"PriceListId": "a1701000000SjWRAA0",
23
"IsTransient": true,
24
"IsPricePending": false,
25
"EffectiveDate": "2021-10-19T06:06:21.000Z",
26
"BusinessObjectType": "Digital Commerce",
27
"BusinessObjectId": "a3K01000000IYUfEAO",
28
"AccountId": "0010100000JUtunAAD",
29
"LastReferencedDate": "2021-10-19T06:06:21.000Z",
30
"LastViewedDate": "2021-10-19T06:06:21.000Z",
31
"SystemModstamp": "2021-10-19T06:06:21.000Z",
32
"LastModifiedById": "005R0000005br4QIAQ",
33
"LastModifiedDate": "2021-10-19T06:06:21.000Z",
34
"CreatedById": "005R0000005br4QIAQ",
35
"CreatedDate": "2021-10-19T06:06:21.000Z",
36
"CurrencyIsoCode": "USD",
37
"Name": "CartName",
38
"IsDeleted": false,
39
"OwnerId": "005R0000005br4QIAQ",
40
"Id": "a1I01000000CNhjEAG"
41
}
42
]
43
}
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.