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

    • chevron_right

      Digital Commerce for Salesforce REST APIs

    • chevron_right

      Discovery AI for Salesforce REST APIs

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • expand_more

      TurboEngines REST APIs

      • chevron_right

        Turbo Data Sync APIs

      • expand_more

        Turbo Pricing APIs

        • chevron_right

          CartActions

        • chevron_right

          CartCleanupProcess

        • chevron_right

          CartEvents

        • expand_more

          Carts

          • Creates/Initializes the cart request.

            post
          • Gets cart status.

            get
          • Updates the cart request.

            put
          • Deletes the cart with given cartId

            delete
        • chevron_right

          Config

        • chevron_right

          CurrencyConversionRates

        • chevron_right

          CustomObject

        • chevron_right

          CustomSettings

        • chevron_right

          Delay

        • chevron_right

          Extensibility

        • chevron_right

          FeatureFlags

        • chevron_right

          FormulaFields

        • chevron_right

          HealthCheck

        • chevron_right

          Incentives

        • chevron_right

          LineItems

        • chevron_right

          Management

        • chevron_right

          MultipleAdjustments

        • chevron_right

          Performance

        • chevron_right

          PricePipeline

        • chevron_right

          ProductFamily

        • chevron_right

          ProductGroupMember

        • chevron_right

          ProductOffering

        • chevron_right

          RampLineItems

        • chevron_right

          SummaryGroups

        • chevron_right

          UOMConversionRates

        • chevron_right

          UsageTiers

        • chevron_right

          WildCards

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. TurboEngines REST APIs
  6. arrow_right
  7. Turbo Pricing APIs

list_altShow Contents

chevron_left

General

Carts

chevron_right
download

Creates/Initializes the cart request.

post
/pricing/carts

To process the initialize cart request.

Request

Security: API Key

Body

The Cart create/initialize request

Cart initialize payload

ProductConfiguration
object
AccountId
string or null
PriceListId
string or null
ApprovalPreviewStatus
string or null
ApprovalStatus
string or null
BillingPreferenceId
string or null
PricingDate
string<date-time> or null
ExpectedStartDate
string<date-time> or null
ExpectedEndDate
string<date-time> or null
ContractNumbers
string or null
CouponCodes
string or null
EffectiveDate
string<date-time> or null
EffectivePriceListId
string or null
BusinessObjectType
string or null
ProposalId
string or null
Status
string or null
EffectivePriceList
object
Apttus_QPConfig__Proposald__r
object
PriceList
object
Id
string or null
Name
string or null
CurrencyIsoCode
string or null
ExternalId
string or null
Digest
string or null
UseAdvancedCurrency
boolean or null

Flag to indicate whether to use Dated exchange rate or currency type rate, Default = CurrencyType

UseDealOptimizer
boolean or null

Flag to indicate whether Deal Maximizer to ON/OFF, Default = true

UseAdvancedApproval
boolean or null

Flag to indicate whether Approval check to ON/OFF, Default = true

DisableTotaling
boolean or null

Flag to indicate whether Totaling to ON/OFF, Default = false

DisablePromotion
boolean or null

Flag to indicate whether Promotions is ON/OFF, Default = false

DeferPricing
boolean or null
deprecated

Flag to indicate whether Pricing to be defer or not, Default = false

Watermark
string or null

Watermark to identify a particular instance of cart

EnablePriceWaterfall
boolean or null

Flag to indicate whether or not to Enable PriceWaterfall

AdhocGroupFieldName
string or null

Adhoc group field name for totaling.

UseCostModel
boolean or null

Flag to indicate cost model enabled or not.

UseTurboConfig
boolean or null

Flag to indicate Turbo Config enabled or not.

Responses

200
500

Success

Auth
:
Body
1
{
2
"ProductConfiguration": {
3
"Id": "SESA-CART-002",
4
"Name": "SESA-NAME-CART-002",
5
"Apttus_Config2__PriceListId__c": "SESA-Quote-PL",
6
"Apttus_Config2__EffectivePriceListId__c": "SESA-Quote-PL"
7
}
8
}
curl --request POST \
--url https://documentation.conga.com/pricing/carts \
--header 'Authorization: 123' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"ProductConfiguration": {
"Id": "SESA-CART-002",
"Name": "SESA-NAME-CART-002",
"Apttus_Config2__PriceListId__c": "SESA-Quote-PL",
"Apttus_Config2__EffectivePriceListId__c": "SESA-Quote-PL"
}
}'
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.