commerce rest API to create orders, is there a way to send order amount inclusive of tax. i do not want woocomm to add tax to the order if the order amount is inclusive of tax, i have already tried sending "prices_include_tax" in the payload but still the tax gets added
Asked
Active
Viewed 76 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Oct 04 '22 at 01:24
1 Answers
0
You should try to make the tax_class='zero-rate' in the line item of the payload, Hope it will work.
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Feb 02 '23 at 21:22