docs: avalara integration tutorial (#13808)
* docs: avalara integration tutorial * fix getTaxLines method * fixes * fix broken link * fix build error * fix vale errors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { CardList } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Tax Module Provider`,
|
||||
}
|
||||
@@ -20,9 +22,7 @@ The Medusa application uses the Tax Module Provider whenever it needs to calcula
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Default Tax Provider
|
||||
### Default Tax Provider
|
||||
|
||||
The Tax Module provides a `system` tax provider that acts as a placeholder tax provider. It performs basic tax calculation, as you can see in the [Create Tax Module Provider](/references/tax/provider#gettaxlines) guide.
|
||||
|
||||
@@ -34,6 +34,22 @@ The identifier of the system tax provider is `tp_system`.
|
||||
|
||||
</Note>
|
||||
|
||||
### Other Tax Providers
|
||||
|
||||
<CardList
|
||||
items={[
|
||||
{
|
||||
href: "/integrations/guides/avalara",
|
||||
title: "Avalara",
|
||||
badge: {
|
||||
variant: "blue",
|
||||
children: "Tutorial"
|
||||
}
|
||||
}
|
||||
]}
|
||||
className="mb-1"
|
||||
/>
|
||||
|
||||
---
|
||||
|
||||
## How to Create a Custom Tax Provider?
|
||||
|
||||
Reference in New Issue
Block a user