Is there any way to delete tax from a LineItem ?
as per documentation I have tried,
lineItem.clearTaxes();
after that if I call
orderConnector.UpdateLineItems()
I am getting client exception as no valid line item was found. And if I call
orderConnector.updateOrder()
getting server error : "Cannot update the fields".