Hi,
We where cleaning up the warnings on an existing solution after a core update, but found out that again methods have been deemed obsolete while the replacement methods are not yet available. And somewhat annoyingly the documentation has been updated also to this version what is not yet live.
In this case it was "OrderService.CreateOrderLine(Order, Product, double, StockUnit, PriceInfo)' is obsolete: 'Use 'Ecommerce.Services.OrderLines.Create' instead".
The current "Latest stable" version of Dynamicweb.Ecommerce is 1.6.54 , the new method seems to be available in version 1.7
Would it be possible to make methods obsolete after the replacement has gone live in the future, so we do not have to spend our time figuring this out, and worse, possible forgetting to replace it when it is finally available?
For instance the discussion about the ProductCategoryFieldService more as a year ago (https://doc.dynamicweb.com/forum/development/development/obsolete-warnings-on-9-4 ) was about a similar issue and those obsolete messages are still not solved with a working ProductCategoryFieldService.
Greets Hans