Footer Section
Explore

Enables you to add a clone of the existing primary line items to the cart. The new line items added have the same selected configuration as the source line item from which it was cloned.
The reference to the cart.
The namespace for the fields is prefixed if set to False. By default it is True.
The account value from the 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.
OK
curl --request POST \--url https://documentation.conga.com/carts/cartId/items/clone \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-account: ' \--header 'x-storefront: ' \--data '[1]'
1{2"title": "success",3"status": 200,4"data": [5{6"Product": {7"APTS_Ext_ID": "01t1T000005BXnJQAW",8"ShowTabView": false,9"Version": 1,10"ExcludeFromSitemap": false,11"Uom": "Each",12"Icon": "<a href=\"/apex/Apttus_Config2__IconUploader?productId=01t1T000005BXnJ\" target=\"_top\"><img src=\"/servlet/servlet.FileDownload?file=00P19000001uzNqEAI\" alt=\"Icon\" style=\"height:50px; width:50px;\" border=\"0\"/></a>",13"IconSize": "1320x551",14"IconId": "00P19000001uzNqEAI",15"HasSearchAttributes": false,16"HasOptions": false,17"HasDefaults": false,18"HasAttributes": false,19"Customizable": false,20"ConfigurationType": "Standalone",21"IsArchived": false,22"IsDeleted": false,23"CurrencyIsoCode": "SEK",24"Family": "Hardware",25"SystemModstamp": "2020-01-16T06:57:19.000Z",26"LastModifiedById": "00550000000vtlpAAA",27"LastModifiedDate": "2020-01-16T06:57:19.000Z",28"CreatedById": "00550000000vtlpAAA",29"CreatedDate": "2019-05-08T11:12:53.000Z",30"IsActive": true,31"Description": "The HP ProLiant DL380e Gen8 sets the next generation standards of 2U 2-socket rack servers for the industry. With enhanced configuration flexibility, unmatched performance, and leading energy efficient design the DL380e Gen8 offers the perfect solution for the dynamic compute and storage requirements of today's demanding datacenters.",32"ProductCode": "HW-DL009",33"Name": "DL380e Gen8 Entry Level",34"Id": "01t1T000005BXnJQAW"35},36"Product_Family": "Hardware",37"SellingUom": "Each",38"Demo_Renewal_flag": "No",39"APTS_Local_Bundle_Component_Flag": false,40"ProductVersion": 1,41"OptionSequence": 0,42"NetUnitPrice": 396.83333,43"LineSequence": 2,44"IsOptional": false,45"IsHidden": false,46"HideCopyAction": false,47"HasIncentives": false,48"DeltaQuantity": 1,49"DeltaPrice": 396.83333,50"AutoRenew": false,51"Taxable": false,52"TaxInclusive": false,53"IsReadOnly": false,54"HideInvoiceDisplay": false,55"BillToAccountId": "0011900000hnGsrAAE",56"Operating_Expense_Formula": 0,57"HasTieredPrice": false,58"TotalQuantity": 1,59"IsSellingTermReadOnly": false,60"IsPrimaryRampLine": false,61"Uom": "Each",62"Term": 1,63"SyncStatus": "Synchronized",64"StartDate": "2022-02-09",65"SellingTerm": 1,66"SellingFrequency": "One Time",67"RollupPriceToBundle": true,68"Quantity": 1,69"ProductId": "01t1T000005BXnJQAW",70"PrimaryLineNumber": 2,71"PricingStatus": "Pending",72"PriceUom": "Each",73"PriceType": "One Time",74"PriceMethod": "Per Unit",75"PriceListItemId": "a161T000004znCMQAY",76"PriceListId": "a171T000005il1XQAQ",77"PriceIncludedInBundle": false,78"NetPrice": 396.83333,79"NetAdjustmentPercent": 0,80"ListPrice": 396.8333333333333,81"LineType": "Product/Service",82"LineStatus": "New",83"LineNumber": 2,84"ItemSequence": 1,85"IsUsageTierModifiable": false,86"IsQuantityModifiable": true,87"IsPrimaryLine": true,88"IsOptionRollupLine": false,89"IsCustomPricing": false,90"IsAssetPricing": false,91"HasOptions": false,92"HasDefaults": false,93"HasBaseProduct": false,94"HasAttributes": false,95"Frequency": "One Time",96"ExtendedQuantity": 1,97"ExtendedPrice": 396.8333333333333,98"EndDate": "2022-02-09",99"Description": "DL380e Gen8 Entry Level",100"Customizable": false,101"ConstraintCheckStatus": "NA",102"ConfigStatus": "NA",103"Comments": "Added by Code",104"ChargeType": "Standard Price",105"BasePrice": 396.8333333333333,106"BasePriceMethod": "Per Unit",107"BaseExtendedPrice": 396.8333333333333,108"AllowableAction": "Unrestricted",109"AllowRemoval": true,110"AllowProration": false,111"AllowManualAdjustment": true,112"AllocateGroupAdjustment": true,113"AdjustedPrice": 396.83333,114"AddedBy": "User",115"ConfigurationId": "a1I790000004oq4EAA",116"LastReferencedDate": "2022-02-10T06:42:31.000Z",117"LastViewedDate": "2022-02-10T06:42:31.000Z",118"SystemModstamp": "2022-02-10T06:42:31.000Z",119"LastModifiedById": "0052h000002AFfcAAG",120"LastModifiedDate": "2022-02-10T06:42:31.000Z",121"CreatedById": "0052h000002AFfcAAG",122"CreatedDate": "2022-02-10T06:42:31.000Z",123"CurrencyIsoCode": "USD",124"Name": "LI-0000661668",125"IsDeleted": false,126"Id": "a1379000000KDMfAAO"127}128]129}