Install Sales Tax Provider
Learn how to install and add sales tax providers to your Umbraco Commerce implementation.
When you need to install a payment provider into your Umbraco Commerce implementation it is done via NuGet.
You can install a payment provider in one of two ways:
Install via the NuGet Manager Console
Open the NuGet Manager Console.
Enter the following command:
Install-Package Umbraco.Commerce.SalesTaxProviders.PROVIDERUse the available Sales Tax Providers table below to find the correct package name for the provider you want to install.
Install via the NuGet Package Manager
Open the NuGet Package Manager.
Browse for the Sales Tax Provider you want to install.
Install the package into your solution.
Alternatively, you can also find and install the NuGet package via the NuGet Package Manager.

Available Sales Tax Providers
TaxJar
Umbraco.Commerce.SalesTaxProviders.TaxJar
Upgrading
Before upgrading, always backup your site and database.
Umbraco Commerce uses Umbraco Migrations to install all of its features. To upgrade, install the latest version over the existing package. This process will add new features and update any missing components.
Last updated
Was this helpful?
