Hi,

There are some shipping companies that provide detailed packaging instructions in their web service's responses. Since I'm writing my own Shipping plugin, I thought I could create my own ShippingOption class (deriving from ShippingOption) and add the necessary field. Since the plugin returns base ShippingOptions, I thought I could use the output of a TypeConverter for my custom ShippingOption. However, this is currently only stored in the customer LastShippingMethod attribute. Is there something I could do without creating a new OrderProcessingService and if I must do that, where would be a good spot to save that info? I thought about OrderNotes, but I think it would then be hard to locate that precise note.

Please if someone has done this kind of stuff, let me know how you did it. Or if you have any advice.

Thank you very much!