Hi guys,
I have a situation where I need to update the Unitprice on the orderline with a custom value.
It is obvious that I need to use the API but I am a bit confused about all the "Obsolete" messages.
I have tried using Dynamicweb.Ecommerce.Order and Dynamicweb.Ecommerce.Orderline but they are marked as obsolete and there is an indication to use Ecommerce.Services.Orders instead but the documentation here: https://doc.dynamicweb.com/api/html/33d1e8f0-8a99-1118-98b8-b214644650ef.htm does not show any indication of on Orders property.
I have found instead OrderService and OrderlineService.
Considering the future proofing of this development, what would be the best approach to solve my problem? What API should I use?
Thank you,
Adrian