16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
export const metadata = {
|
||
title: `Tax Region`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In this document, you’ll learn about tax regions and how to use them with the Region Module.
|
||
|
||
## What is a Tax Region?
|
||
|
||
A tax region, represented by the [TaxRegion data model](/references/tax/models/TaxRegion), stores settings related to a region that your store serves.
|
||
|
||
Tax regions can inherit settings and rules from a parent tax region.
|
||
|
||
Each tax region has tax rules and a tax provider.
|