No description
Find a file
Adrian Pilarczyk 5a4da7beed
feat: address validation suggestions (#802)
* feat:  add ping method to avatax-client

* refactor: ♻️ use avatax-auth-validation.service instead of address service

* refactor: ♻️ extract avatax-configuration-address-fragment

* refactor: ♻️ extract avatax-configuration-credentials-fragment

* refactor: ♻️ extract form-helper-text

* refactor: ♻️ extract form-section

* refactor: ♻️ extract avatax-configuration-taxes-fragment

* feat:  move verify to credentials fragment && add disabled form section

* refactor: 🚚 obfuscator

* feat:  add separate credentials and address validation services

* build: 👷 add changeset

* feat:  add address resolution message

* fix: 🐛 changeset

* refactor: ♻️ extract avataxAddressResolutionProcessor and add tests

* refactor:

* refactor: ♻️ remove brs from avatax-instructions

* refactor: ♻️ replace b with Text bodyStrong

* refactor: ♻️ state tuple to object

* refactor: ♻️ destructure some more constructors

* refactor: ♻️ memoize isLoadings & handlers
2023-07-25 11:15:18 +02:00
.changeset feat: address validation suggestions (#802) 2023-07-25 11:15:18 +02:00
.github remove CMS v1 app codebase (#789) 2023-07-19 14:01:17 +02:00
.husky Update dev dependencies (#540) 2023-06-07 09:25:39 +02:00
apps feat: address validation suggestions (#802) 2023-07-25 11:15:18 +02:00
packages Update Macaw and bindings to pre-106 (#791) 2023-07-24 16:45:45 +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 CMS App v2 (#721) 2023-07-18 10:19:21 +02: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 Update TS and ESLint (#734) 2023-07-11 17:02:38 +02:00
pnpm-lock.yaml Update Macaw and bindings to pre-106 (#791) 2023-07-24 16:45:45 +02:00
pnpm-workspace.yaml Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
README.md Update README.md 2023-07-13 14:45:26 +02:00
syncpack.config.js Update dev dependencies (#540) 2023-06-07 09:25:39 +02:00
turbo.json E2E tests (#668) 2023-06-28 17:08:00 +02:00

Saleor Apps

Saleor Apps

The central space for Saleor Apps, Integrations and Marketplace.


Discord Badge

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.