saleor-apps-redis_apl/apps/taxes
Krzysztof Wolski e93a4dc1c8
Update the GraphQL Code Generator version (#291)
* Add missing plugin

* Update GraphQL Code Generator
2023-03-16 10:22:33 +01:00
..
graphql feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
src fix/split providers (#271) 2023-03-13 10:57:18 +01:00
.env.example feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
.eslintrc feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
.graphqlrc.yml feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
.npmrc feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
CHANGELOG.md [vercel deploy] 2023-03-13 11:08:47 +01:00
next-env.d.ts feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
next.config.js feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
package.json Update the GraphQL Code Generator version (#291) 2023-03-16 10:22:33 +01:00
pnpm-lock.yaml feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
README.md feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
saleor-app.ts feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
tsconfig.json feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
vitest.config.ts feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00

Saleor App Taxes Hub

Saleor App Taxes Hub

Hub for configuring taxes in Saleor using different providers.

About

What is Saleor App Taxes Hub

Taxes App is a hub for configuring taxes in Saleor using different providers.

Integrates with:

  • Avatax
  • TaxJar

Development

  1. Install the app.
  2. Go to Configuration -> Taxes. In the "Select the method of tax calculation" select "Use tax app". Save.
  3. To trigger the webhook, go to Orders, create a draft order with customer, products, shipping address, shipping method. The taxes will recalculate on each address change.