www/apps/resources/app/commerce-modules/tax/tax-region/page.mdx
export const metadata = {
title: Tax Region,
}
In this document, you’ll learn about tax regions and how to use them with the Region Module.
<Note title="Looking for no-code docs?">Refer to this Medusa Admin User Guide to learn how to manage tax regions using the dashboard.
</Note>A tax region, represented by the TaxRegion data model, stores tax settings related to a region that your store serves.
Tax regions can inherit settings and rules from a parent tax region.
Tax rules define the tax rates and behavior within a tax region. They specify:
Learn more about tax rules in the Tax Rates and Rules guide.
Each tax region can have a default tax provider. The tax provider is responsible for calculating the tax lines for carts and orders in that region.
You can use Medusa's default tax provider or create a custom one, allowing you to integrate with third-party tax services or implement your own tax calculation logic.
Learn more about tax providers in the Tax Provider guide.