Hello,
I have checked the code and if you change the order items in CMSDesk -> E-commerce -> Orders, it uses the code:
ShoppingCartInfoProvider.SetOrder(this.ShoppingCartInfoObj);
and this method calls:
SKUInfoProvider.UpdateInventory(cartObj);
as well so your custom changes in this method should be used. How does your customized method look like exactly?
Best regards,
Helena Grulichova