The Tax Groups API lets you create and manage tax groups to categorize products by distinct tax treatments. Use it together with the Tax Regions API and the Tax Calculation API to customize how tax is applied for a business.
It's important to note the following points before starting to code:
Products and Shipping and delivery. To retrieve those, call List Default Tax Groups, or List Default Tax Groups By App IDs for specific apps. Overlooking this is the most common mistake when looking up a group ID, for example when trying to find the shipping group.taxGroupId automatically use the default group for their vertical.taxGroupId.The link between a product and a tax group is the product's taxGroupId in the Wix Stores catalog. Set it with the Wix Stores Catalog V3 Products API. For example, Bulk Update Products By Filter sets taxGroupId on the matched products and returns a jobId (the update is asynchronous).
taxGroupId is available only in catalog V3. On a catalog V1 store, the V3 Products API returns 404 and V1 has no taxGroupId field. Check the catalog version first and, for V1 stores, route the merchant to the dashboard or to the V3 migration path.
Some product categories are taxed differently across jurisdictions and usually warrant their own tax group: alcohol, tobacco, digital goods, medications and supplements, clothing and apparel, cannabis and CBD, and prepared food.
taxGroupId in the Wix Stores catalog.Last updated: 21 July 2026