GET

List Default Tax Groups


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of default tax groups.

The default tax groups for a site are inherited by the apps installed on the site. For example, the Wix Stores app includes a "Products" tax group by default.

Add additional default tax groups with the Tax Groups Integration service plugin (REST only).

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/billing/v1/tax-groups/default-tax-groups

Request
This endpoint does not take any parameters.
Response Object
taxGroupsArray <TaxGroup>

Retrieved default tax groups.

List default tax groups

Lists all the default tax groups of the apps installed on the site. Current example is for a Wix site with Wix Stores app installed.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?