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.

Carts Controller: Creating Cart

Creates standalone carts that are not associated with a business object.

Endpoint

Base URL: /api/cart/v1/carts

Method: POST

Request body

Minimum payload:


[
  {
    "Name": "Dc-Cart",
    "PriceList": {
      "Id": "1d030b2b-b720-476f-9063-f1ec3617672f",
      "Name": "Dcpricelist"
    }
  }
]
      

Field descriptions:

  • Name: Name of the cart.
  • PriceList:
    • PriceList.Id: Identifier of the price list.
    • PriceList.Name: Name of the price list.

Response

Status: 201 Created on success.

Sample response (truncated):


{
  "ApprovalStatus": "None",
  "BusinessObjectProfile": "Regular",
  "ContractNumbers": "",
  "EffectiveDate": "2025-10-17T08:43:02.54",
  "EffectivePriceList": {
    "Id": "1d030b2b-b720-476f-9063-f1ec3617672f",
    "Name": "CollaborationPriceList"
  },
  "IsPricePending