Hi,
Yesterday we updated to the latest epi version. We seem to have a problem getting lineitem data from a shipment now.
Before we could use shipment.LineItems to get LineItem objects including all meta data but now we get InMemoryLineItem instead which is not castable to LineItem.
What is the thinking here, that we iterate the lineitems from a shipment, and using the lineitemid to get the real lineitem from the orderform?