I have tried to update tax via REST API and some how i am successful to do the same but it changes tax for those products which doesn't contain default tax. If i remove default tax and set the custom tax to any line item on clover website and then i update that using API it works perfectly fine. But if there is default tax to any line item it does nothing and tax remain the same. I have found one thing in all these process is, if i delete default tax, from an item, in clover website it automatically assigned that tax to line item which i have set using API.
I want to know one thing can we delete default tax from inventory item via REST API?
Hi @jayant,
You are able to remove default tax from an inventory item via the rest api by using this endpoint: https://docs.clover.com/clover-platform/reference#updateitem-1. You will want to update the `defaultTaxRates` field to be false to remove the default tax.
2 People are following this question.