Is this currently an existing feature request?
No
Wishlist item
Add tax group name in the “Product” object
What current pain point are you facing?
Currently using the rest API, we can’t create a product with a chosen tax rate different from the default one, and we can’t modify this rate
Do you have a current workaround that you’re using?
We need to connect to Wix and associate manually each product to a tax group
Describe the feature you need and how it would work. (Bonus points for mockups )
In the “priceData” attribute of the “Product” object, we would have a “taxGroup” child attribute with the name of the tax group we want to associate with it :
“priceData”: {
“price”: 10.5,
“taxGroup”: “myTaxGroupName”
},
How will this impact you?
We will be able to create our Tax groups the first time we log in to wix and to choose the tax rate associated with each product without needing to create automated tax groups with Avalara or to connect to wix and manually associate the products to a tax group.