Footer Section
Explore

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.
The namespace for the fields is prefixed if set to False. By default it is True.
The account value from header is taken as default account if passed as query parameter.
Content type of the request body.
The name of the storefront used for the request.
Any editable cart fields can be passed into the request body to be used on the cart.
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"}'
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}