Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Legacy Cart to Serialized Cart Conversion - LineItem data is missing

Vote:
 

Hello,

We are on Commerce 11.8.5 and trying to convert from legacy cart to Serialized Cart. After Updating the Code base from Cart Helper to ICart, ran the Legacy Cart Migration in CMS. Unfortuantely, the migration Job couldn't convert a lot of information and Most of the fields in JSON are null or Empty. LineItems in the JSON for all the carts are empty array and not sure if we missed any part in the migration process. 

Note: We extended our LineItem object with meta fields.

This is the part of the JSON:

"Forms": [
{
"OrderFormId": -2,
"AuthorizedPaymentTotal": 0,
"CapturedPaymentTotal": 0,
"HandlingTotal": 0,
"Name": "Default",
"Shipments": [
{
"ShipmentId": -2,
"ShippingMethodId": "a216eebe-e122-4344-a2b4-1978dcd52e91",
"ShippingMethodName": null,
"ShippingAddress": null,
"ShipmentTrackingNumber": "",
"OrderShipmentStatus": 1,
"PickListId": null,
"WarehouseCode": "",
"LineItems": [],

Please help me out.

#205273
Jul 03, 2019 20:45
Vote:
 

You should contact developer support service and we then can help you when more information is available to us. Currently this is not enough to understand why that happens

#205277
Jul 03, 2019 22:36
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.