Migrate Cart API Endpoints
Request
| Property | Value |
|---|---|
| HTTP method | POST |
| Base URL | api/cart/v1/carts |
| Endpoint | /api/cart/v1/carts/{cartId}/migrate |
| Name | Type | Required | Description |
|---|---|---|---|
| cartId | string | Yes | Unique identifier for the cart or product configuration stored in the Object DB. |
Response
On success, the API returns HTTP 200 OK, indicating that the migration request was successfully accepted.
Sample response
{
"Id": "5480b9df-48d8-490b-a794-79c6d51a35ba",
"Name": "CollaborationPriceList",
"CreatedBy": {
"Id": "f776e210-7f8f-b628-2053-ef392a7a57e7",
"Name": "Test User"
},
"CreatedDate": "2025-10-24T00:09:41.263",
"ModifiedBy": {
"Id": "f776e210-7f8f-b628-2053-ef392a7a57e7",
"Name": "Test User"
},
"ModifiedDate": "2025-10-24T00:11:23.498",
"ETag": "a8cecc93-b3dc-4898-aebb-61199fd5fac2",
"ExternalId": null,
"Account": null,
"Ancestor": null,
"ApprovalStatus": null,
"BaseRelationCount": null,
"BillingPreference": null,
"BillToAccount": null,
"BusinessObjectId": null,
"BusinessObjectProfile": "Regular",
"BusinessObjectRefId": null,
"BusinessObjectType": "Agreement",
"Comments": null,
"ContractNumbers": null,
"CostRollupInfo": null,
"CouponCodes": null,
"CurrentUser": null,
"Description": null,
"EffectiveDate": "2025-10-24T00:09:41.138",
"EffectivePriceList": {
"Id": "1d030b2b-b720-476f-9063-f1ec3617672f",
"Name": "CollaborationPriceList"
},
"ExpectedEndDate": null,
"ExpectedStartDate": null,
"FinalizedDate": null,
"Intent": null,
"IsPricePending": false,
"IsTaskPending": false,
"IsTransient": false,
"IsValidationPending": false,
"LegalEntity": null,
"LineItemsAwaitingPrice": null,
"Location": null,
"NumberOfItems": 15,
"Order": null,
"ParentConfiguration": null,
"PaymentTerm": null,
"PriceList": {
"Id": "a8935254-10c2-40b9-9cfa-86ac7b0991a5",
"Name": "Anjali_Testing_Rule_PL"
},
"PricingDate": "2025-10-24T00:09:41.138",
"Primordial": null,
"PurchaseId": null,
"RenewalAdjustmentAmount": null,
"RenewalAdjustmentType": null,
"ShipToAccount": null,
"SplitCriteriaKey": null,
"Status": "Saved",
"SummaryGroupType": "Category",
"TaskCompletedDate": null,
"UseType": "Main",
"VersionNumber": 0,
"ActivationDate": null,
"ParentProposal": null,
"Owner": null,
"Currency": "USD",
"AutoGeneratedNumber": "CC-0004080",
"RecordType": null,
"String_Test_c": "Dc-Cart",
"Allowed_Customer_Parts_c": "N/A",
"Approval_Status_Prior_Value_c": null,
"Callback_Trace_Log_c": null,
"Entity_Alias_c": null,
"Entity_Type_c": null,
"Exchange_Rate_c": null,
"Hierarchical_Approver_ID_1_c": null,
"Hierarchical_Approver_ID_2_c": null,
"Hierarchical_Approver_ID_3_c": null,
"Hierarchical_Approver_ID_4_c": null,
"PO_Order_Type_c": null,
"Quote_PO_Cloned_Reason_c": null,
"Ramp_Flag_c": true,
"Status_Changes_c": null,
"Transfer_Account_ID_Override_c": null,
"Contract_Numbers_c": null,
"Opportunity_Owner_c": null,
"APTS_Global_Notes_Access_c": false,
"APTS_Legacy_MigrationId_c": null,
"Is_Subsidiary_Quote_c": true,
"Subsidiary_Country_c": null,
"Subsidiary_Region_c": null,
"Dealer_Distributor_Prefix_c": null,
"IsPartner_c": false,
"Is_Dealer_Quote_c": false,
"Is_Distributor_Quote_c": false,
"Business_Object_Record_Type_c": "",
"Configuration_Name_c": "Dc-Cart",
"Opportunity_Route_to_Market_c": null,
"PO_ExcludedProducts_c": null,
"Current_User_Profile_c": null,
"Record_Type_Name_c": null,
"Provisioning_Requirement_c": null,
"FormulaTestField_c": "",
"FormulaField_k1_c": null,
"Max_End_Date_c": null,
"Min_Start_Date_c": null,
"Test_c": "rewr",
"Name_Test_PP_c": "Dc-Cart",
"FF_c": null,
"FFTEST_c": null,
"vardhan_c": null,
"Ajay_Test_c": "Aj",
"aklookup_c": null
}
