Files
medusa-store/www/apps/user-guide/app/settings/taxes/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

39 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 6
---
export const metadata = {
title: `Taxes`,
}
# {metadata.title}
In this document, youll get an overview of taxes in Medusa and learn about their importance.
## Overview
Taxes in Medusas are directly associated with [Regions](../regions/page.mdx). As regions and countries often have different tax rates and rules, Medusa supports specifying the tax rate for each region.
Taxes are calculated for products and shipping methods on checkout. Medusa provides a default tax provider to calculate the taxes, and merchants and developers can also integrate custom tax providers for advanced taxes calculation.
---
## How are Taxes Created?
When you create a region, its taxes settings are created as well.
If you specify the tax rate during the region's creation, a default tax rate is created that's applied on all products and shipping options.
---
## Override Tax Rates
You can create tax rates to override the default tax rate. Tax rates can be condition to products, product types, and shipping options.
---
## Learn More About Taxes
- [Manage Taxes](./manage/page.mdx)
- [Manage Tax Rates](./tax-rates/page.mdx)