saleor-apps-redis_apl/apps/taxes
2023-03-06 16:38:58 +01:00
..
graphql feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
src feat: add taxes app (#223) 2023-03-02 12:01:17 +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
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 sdk snapshot version 2023-03-06 16:38:58 +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.