Note: This API will be deprecated on September 30, 2025. Use the identical Tax Regions API in the @wix/ecom
module instead.
The Tax Regions API allows you to create and manage tax regions to apply different tax treatment based on location. Use the Tax Regions API together with the Tax Groups API and the Tax Calculation API to customize the application of tax for a business.
It's important to note the following before starting to code:
appId
for an available tax calculator. Call List Tax Calculators to retrieve a list of available tax calculators for a site.To use the TaxRegions API, install the @wix/billing
package.
Follow the installation instructions for your development environment.
Development environment | Installation method |
---|---|
Wix sites (editor or IDE) | Use the package manager. |
Wix sites (local IDE) | Run wix install @wix/billing using the Wix CLI. |
Blocks apps | Use the same installation method as Wix sites. |
CLI and self-hosted apps | Run npm install @wix/billing or yarn add @wix/billing . |
Headless sites and apps | Run npm install @wix/billing or yarn add @wix/billing . |
To import the package in your code:
import { taxRegions } from "@wix/billing";
This article presents a possible use case and sample flow that you can support. This can be a helpful jumping off point as you plan your implementation.
When a business starts expanding its operations it needs to start charging tax in that new region.
To create a new tax region: