I want to remove Tax from whole android. I am using android SDK. In inventory connector there is option for order to set Is Tax Removed Boolean. Using that I can't able to remove tax from order.
order.setTaxRemoved(true);
Let me know if there is any way to remove all taxes from an order.