Bulk submitting Tax Rules via API #552
-
I would like to know if there is a way to submit bulk tax rules via API. Ideally I'd like to submit tax rules for each zip code via API. But if that's not possible, I'd like to do it for all 50 states. Is it possible via API? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Yes it is possible, all of the tax settings can be modified through the
|
Beta Was this translation helpful? Give feedback.
-
What is the full URL that I send the POST request to? |
Beta Was this translation helpful? Give feedback.
-
Sure... here's an example. Thanks in advance for your help. [ |
Beta Was this translation helpful? Give feedback.
Yes it is possible, all of the tax settings can be modified through the
/settings/taxes
endpoint. You can create a new tax rule with aPOST
request to/settings/taxes/rules