Tax Exempt Group Object


A tax exempt group is a reusable, named set of tax exemption rules that can be applied to one or more customers. Instead of exempting each customer individually, you create a group, such as "Resellers" or "Non-profits", give it reduced or zero override rates, and then associate customers with it through their contact tax details.

When a customer that belongs to a tax exempt group checks out, tax calculation resolves the group and applies its exemption, reporting the reduced tax as an exempt amount in the tax breakdown.

A group's override rates are stored per tax group and tax region on the associated manual tax mappings, so exemptions are applied by the Wix manual tax calculator.

Properties
createdDatestringRead-onlyformat date-time

Date and time the tax exempt group was created.


extendedFieldsExtendedFields

Custom field data for the tax exempt group.

Extended fields must be configured in the app dashboard before they can be accessed with API calls.


idstringRead-onlyformat GUID

Tax exempt group ID.


namestringminLength 1maxLength 200

Tax exempt group name. For example, Resellers or Non-profits.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the tax exempt group is updated. To prevent conflicting changes, the current revision must be passed when updating the tax exempt group.

Ignored when creating a tax exempt group.


tagsTags

Tags associated with the tax exempt group.


updatedDatestringRead-onlyformat date-time

Date and time the tax exempt group was updated.

Did this help?