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:
@@ -301,3 +301,23 @@ Integrate a search engine to index and search products or other types of data in
|
||||
]}
|
||||
className="mb-1"
|
||||
/>
|
||||
|
||||
---
|
||||
|
||||
## Tax
|
||||
|
||||
Integrate a third-party tax calculation service to handle tax rates and rules in your Medusa application.
|
||||
|
||||
<CardList
|
||||
items={[
|
||||
{
|
||||
href: "/integrations/guides/avalara",
|
||||
title: "Avalara",
|
||||
badge: {
|
||||
variant: "blue",
|
||||
children: "Tutorial"
|
||||
}
|
||||
}
|
||||
]}
|
||||
className="mb-1"
|
||||
/>
|
||||
Reference in New Issue
Block a user