No description
Find a file
Adrian Pilarczyk d42c79f366
fix: tax code matcher QA (#680)
* feat:  bring back validateAddress in TaxJar

* feat: 💄 decrease marginLeft of AppToggle label

* refactor: 🚚 cancelButton -> leftButton

* feat: 🧱 add data-testid to all buttons and forms

* refactor: ♻️ refactor app-section to accept Box props

* feat: 🧱 add rest of data-testid

* feat:  verify connections before displaying matcher pages

* feat:  always display matcher-section

* refactor: ♻️ improve fetching tax codes by adding retry and redirect on error

* refactor: 🚚 active-connection -> get-active-connection-service && improve logs

* chore: 🔊 remove objects from logs

* docs: 📝 add TESTING.md with edge-cases
2023-06-28 15:03:24 +02:00
.changeset 📧 Introduce new event - Gift Card Sent (#661) 2023-06-28 11:39:26 +02:00
.github Update PR template 2023-06-19 16:47:44 +02:00
.husky Update dev dependencies (#540) 2023-06-07 09:25:39 +02:00
apps fix: tax code matcher QA (#680) 2023-06-28 15:03:24 +02:00
packages 📧 Introduce new event - Gift Card Sent (#661) 2023-06-28 11:39:26 +02:00
templates Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
.eslintignore Update UI to match new dashboard style (#138) 2023-02-21 11:34:30 +01:00
.eslintrc.js Add shared eslint 2023-02-07 19:11:48 +01:00
.gitignore Invoices: Add debug logs and better temp pdf location (#265) 2023-03-15 09:38:13 +01:00
.prettierignore Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
.prettierrc Move config files 2023-02-07 19:27:17 +01:00
CODEOWNERS Move config files 2023-02-07 19:27:17 +01:00
LICENSE Move config files 2023-02-07 19:27:17 +01:00
package.json Sentry improvements (#652) 2023-06-20 10:06:18 +02:00
pnpm-lock.yaml update macaw in klaviyo (#670) 2023-06-28 09:45:35 +02:00
pnpm-workspace.yaml Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
README.md Extract logger (#439) 2023-05-05 08:15:47 +02:00
syncpack.config.js Update dev dependencies (#540) 2023-06-07 09:25:39 +02:00
turbo.json Extract logger (#439) 2023-05-05 08:15:47 +02:00

Saleor Apps

Saleor Apps

The central space for Saleor Apps, Integrations and Marketplace.

Overview

This repository serves as a starting point in the exploration of Saleor apps.

Saleor apps are separate applications that use GraphQL to talk to the Saleor server and receive webhooks with event notifications from Saleor.

docs.saleor.io

Apps list

In the apps folder, you will find the following applications:

  • crm - exports customers from Saleor to CRM.
  • cms - exports products from Saleor to CMS.
  • data-importer - import data from CSV to Saleor.
  • emails-and-messages - notifications and email communication with customers.
  • invoices - generate invoice PDF for each order.
  • klaviyo - send Saleor events to Klaviyo, where you can notify the customers.
  • monitoring - send Saleor logs to 3rd party Monitoring services
  • products-feed - generate products feed XML
  • search - connect Saleor with search engines.
  • slack - get notifications on Slack channel from Saleor events.
  • taxes - calculate order and checkout taxes using external services.

Development

You can find the documentation for saleor/apps on docs.saleor.io.