Defect HC-18946

Cart API does not return values of userdata fields from ORDERITEMS table

Software

Customer case Applies to Corrected in
CS0318144 V9.1.9.0 9.1.11.0

Observed behavior

The cart API does not return userdata fields from the ORDERITEMS table.

Expected behavior

The userdata fields should always be returned with the database values.

Resolution

The code contained some misplaced logic that was causing the user data to effectively be removed by copying it too early. This has been corrected.