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

        • chevron_right

          Cart Items

        • chevron_right

          Favorites

        • chevron_right

          Generic

        • expand_more

          Order

          • Create Order

            post
          • Accept Order

            post
        • 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

Order

chevron_right
download

Create Order

post
/carts/{cartId}/checkout

Creates an order object based on the cart that matches the cartId path variable.

Request

Security: Basic Auth

Path Parameters

cartId
string
required

The reference to the cart Id for the current active cart.

Example:
a1I3I000000e7GLUAY

Headers

x-account
string

The account value from the header is taken as default account for order properties like ShipTo, SoldTo, and BillTo, only when the value of these properties are null.

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

Order
object
Contact
object

Responses

200

OK

Body

responses
/
200
Id
string
required
Name
string
required
OrderLineItems
array[object]
required
LineType
string
NetPrice
integer
ListPrice
integer
LineNumber
integer
PriceType
string
ChargeType
string
Id
string
Orderid
string
Name
string
Status
string
Term
integer
PrimaryContactId
string
required
PriceListId
string
required
ShipToAccountId
string
required
BillToAccountId
string
required
Auth
Username
:
Password
:
Parameters
:
:
:
:
Body
1
{
2
"Order": {
3
"Description": "From API",
4
"BillToAccountId": "0014R00002XlsOb",
5
"ShipToAccountId": "0014R00002XlsOb"
6
},
7
"Contact": {
8
"FirstName": "Sample",
9
"LastName": "Name",
10
"Contact_Full_Name": "Hello",
11
"MailingStreet": "124 My Street",
12
"Email": "samplename@gmail.com"
13
}
14
}
curl --request POST \
--url https://documentation.conga.com/carts/cartId/checkout \
--header 'Accept: application/json' \
--header 'Authorization: Basic 123' \
--header 'Content-Type: application/json' \
--header 'x-account: ' \
--header 'x-storefront: ' \
--data '{
"Order": {
"Description": "From API",
"BillToAccountId": "0014R00002XlsOb",
"ShipToAccountId": "0014R00002XlsOb"
},
"Contact": {
"FirstName": "Sample",
"LastName": "Name",
"Contact_Full_Name": "Hello",
"MailingStreet": "124 My Street",
"Email": "samplename@gmail.com"
}
}'
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.