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 Stores - all permissions
Manage Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
taxRegionTaxRegionRequired

Tax region to create.


optionsCreateTaxRegionOptions
Returns
Return Type:Promise<TaxRegion>
Was this helpful?
Yes
No