I want to apply shipping tax class based on products in cart. How can i change the shipping tax class in magento programmatically. I tried below links but i am getting total tax amount. I need to apply a tax class to shipping amount.
Lets say shipping amount is 499 , then i need to apply 5% shipping tax if all the products are under 5% tax. If products having 12% tax then i need to apply 12% tax to shipping amount.