This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation.
Wix provides a predefined global full-exemption group on every site, so you don't need to create a group or configure rates to fully exempt a customer.
To fully exempt a customer:
id of the global full-exemption group.id as taxExemptGroupId.To apply reduced (partial) rates rather than full exemption, or different rates per tax category or region, create your own tax exempt group and define its override rates.
To create a custom exempt group with reduced rates:
name, such as Resellers, and save the returned taxExemptGroup.id.taxExemptGroupId. For example, override a standard rate with 0.05 for a 5% reduced rate.taxExemptGroupId.To mirror a site's tax exempt groups in an external system, do an initial load and then keep it up to date with webhooks.
To keep an external system in sync:
paging.limit set to 100 (the maximum), and page through all results using the returned cursor.Last updated: 22 July 2026