Newer Version Available

This content describes an older version of this product. View Latest

CloneSalesQLIs_ToGCartQLIs API

Clone sales quote line items (QLIs) to working cart QLIs.

This API is used with the CloneSalesQuoteToWorkingCart Vlocity Integration Procedure (VIP) to copy the sales QLIs to the working cart QLIs.

URI

1/services/apexrest/vlocity_cmt/v1/integrationprocedure/CloneSalesQLIs_ToGCartQLIs/

HTTP Method

POST

Request

1{
2  "SalesQuoteId": "0Q03h000000Tu4q",
3  "RootItemIds": [{
4    "Id": "0QL3h000000gv5UGAQ"
5  },
6  {
7    "Id": "0QL3h000000gv5eGAA"
8  }],
9  "MemberId": "a455w000002AMe7AAG"
10}

Response

1{
2  "GroupCartId": "0Q03h000000TpbH"
3}