saleor-apps-redis_apl/apps/taxes
Adrian Pilarczyk d136463ce6 build: ⬆️
upgrade sdk to 0.34.1
2023-03-07 13:00:39 +01:00
..
graphql feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
src fix: 🐛 address pr feedback 2023-03-07 12:07:11 +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 build: ⬆️ 2023-03-07 13:00:39 +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.