I need to transfer some additional information (PriceID) from a custom PriceProvider to the order line.
My first thought was to add this info to the PriceReference property on the instance of PriceCalculated that is returned by the PriceProvider.
However, this PriceReference is never stored on the orderline.
Is there another way to accomplish this?