No description
![]() * feat: ⚗️ add check-spelling.yml gh action * chore: ⚗️ make typos to test gh action * feat: ✨ add cspell config * fix: 🐛 typos * feat: ⚗️ test verbose * Revert "feat: ⚗️ test verbose" This reverts commit 3bf36f5a29b6af2ca969a92f0bc61e12e89d8a44. * feat: ✨ add cspell locally scripts for all files & lint-staged * feat: ✨ add new words to dictionary in cspell.json * refactor: 🚚 cspell.json -> cspell.config.json * Revert "refactor: 🚚 cspell.json -> cspell.config.json" This reverts commit b5c96f6909cf5f0ab1173255ef7ded7e360ca83f. * Revert "feat: ✨ add new words to dictionary in cspell.json" This reverts commit 69d8bdd3f9ed19ab07044e3e986c8d0b06114e43. * feat: ✨ add ignorePaths * feat: add more ignore * feat: ✨ add words to cspell.json * refactor: ♻️ change dictionary in cspell.json * refactor: make words capitalized * fix: 🐛 add md/mdx to check-spelling |
||
---|---|---|
.changeset | ||
.github | ||
.husky | ||
apps | ||
packages | ||
templates | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
CODEOWNERS | ||
cspell.json | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
syncpack.config.js | ||
turbo.json |
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.
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.