createTaxRegion( )


Developer Preview

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

Creates a tax region.

Tax regions require a tax calculator appId. Use listTaxCalculators() in Tax Calculation to retrieve a list of available calculators for a site.

Wix uses tax regions to calculateTax().

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
taxRegionTaxRegionRequired

Tax region to create.


optionsCreateTaxRegionOptions
Returns
Return Type:Promise<TaxRegion>
Errors
400Invalid Argument

There are 2 errors with this status code.

404Not Found

There is 1 error with this status code.

409Already Exists

There is 1 error with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?