Footer Section
Explore

Create a cart from a Collaboration Request.
The reference to the collaboration request.
Authentication token.
Content type of the request body.
The name of the storefront used for the request.
OK
curl --request POST \--url https://documentation.conga.com/collaborationrequests/recordId/carts \--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"BusinessObjectProfile": "Regular",6"IsValidationPending": false,7"IsTaskPending": false,8"CollaborationRequestId": "a3K2h0000002KvqEAE",9"BusinessObjectRefId": "a3K2h0000002KvqEAE",10"ShipToAccountId": "0011900000hnGsrAAE",11"BillingPreferenceId": "a2d19000001VUE4AAO",12"BillToAccountId": "0011900000hnGsrAAE",13"EffectivePriceListId": "a171T000005il1XQAQ",14"NumberOfItems": 0,15"BaseRelationCount": 0,16"VersionNumber": 1,17"SummaryGroupType": "Category",18"Status": "New",19"PriceListId": "a171T000005il1XQAQ",20"IsTransient": true,21"IsPricePending": false,22"BusinessObjectType": "Digital Commerce",23"BusinessObjectId": "a3K2h0000002KvqEAE",24"AccountId": "0011900000hnGsrAAE",25"Name": "Product Config - CR-0000002651",26"IsDeleted": false,27"OwnerId": "00519000002i3UzAAI",28"Id": "a1I2h000000CQJMEA4"29}30}