docs: edits and fixes to commerce module docs (#7468)

Apply edits and fixes to the commerce modules docs
This commit is contained in:
Shahed Nasser
2024-05-29 11:08:06 +00:00
committed by GitHub
parent 130de74d6d
commit 2c5ba408d4
160 changed files with 6400 additions and 3790 deletions
@@ -8,18 +8,8 @@ In this document, youll learn about tax regions and how to use them with the
## What is a Tax Region?
A tax region, represented by the `TaxRegion` data model, stores settings related to a region that your store serves.
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.
---
## Settings Per Region with the Region Module
By combining the Tax and [Region](../../region/page.mdx) Modules, as done in the Medusa application, each region has its own tax providers and rates.
This adds more flexibility to your commerce store.
![Diagram showcasing the relation between the Tax and Region Modules](https://res.cloudinary.com/dza7lstvk/image/upload/v1711454031/Medusa%20Resources/tax-region_adr4kz.jpg)