Footer Section
Explore

Clone Cart API clones the cart along with Line Items, Constraint Rule Info, Collaboration request and other details. It also sets the newly created cart to active.
The reference Id of the cart that needs to be cloned.
Content type of the request body.
The name of the storefront used for the request.
curl --request POST \--url https://documentation.conga.com/carts/cartId/clone \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": {5"UseType": "Main",6"ParentConfigurationId": "a1I3I000000zQUqUAM",7"BusinessObjectProfile": "Regular",8"IsValidationPending": false,9"IsTaskPending": false,10"ShipToAccountId": "0013I00000gsIoRQAU",11"CartDataCache": "{\n \"usePriceEscalators\" : false,\n \"useFormulaPricing\" : false,\n \"useBasicTotaling\" : false,\n \"splitCartThreshold\" : null,\n \"splitCartCriteriaFields\" : null,\n \"priceInErrorLineNumbers\" : null,\n \"priceCompletedLineNumbers\" : null,\n \"priceCompletedChunkLineNumbers\" : null,\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 \"IsEmpty\" : false,\n \"IsCustomGroupEnabled\" : false,\n \"idxCType\" : { },\n \"DependentItemKeyMap\" : { },\n \"currAdHocGrouByField\" : null,\n \"cTypeIdx\" : { },\n \"couponUsage\" : { },\n \"couponCodes\" : [ ],\n \"chunkBundleLineNumber\" : null\n}",12"BillToAccountId": "0013I00000gsIoRQAU",13"EffectivePriceListId": "a171T000005il1XQAQ",14"NumberOfItems": 2,15"BaseRelationCount": 0,16"SummaryGroupType": "Category",17"Status": "New",18"PriceListId": "a171T000005il1XQAQ",19"IsTransient": true,20"IsPricePending": false,21"EffectiveDate": "2021-10-08T11:38:41.000Z",22"BusinessObjectType": "Agreement",23"AccountId": "0013I00000gsIoRQAU",24"LastReferencedDate": "2021-10-08T11:38:42.000Z",25"LastViewedDate": "2021-10-08T11:38:42.000Z",26"SystemModstamp": "2021-10-08T11:38:42.000Z",27"LastModifiedById": "00519000002i3WMAAY",28"LastModifiedDate": "2021-10-08T11:38:42.000Z",29"CreatedById": "00519000002i3WMAAY",30"CreatedDate": "2021-10-08T11:38:42.000Z",31"CurrencyIsoCode": "USD",32"Name": "CV_02_Cart_Cloned",33"IsDeleted": false,34"OwnerId": "00519000002i3WMAAY",35"Id": "a1I3I000000zvLXUAY"36}37}