No description
![]() * Remove utils and use shared ones * [skip ci] * Remove legacy Macaw and mui, replace components so app builds * Channels existence fetch hook * Remove shop info fetching * Remove legacy layout and merge pages * Index page sections * re-Implemented s3 form * s3 Form validation * New config logic * wi * Remove old config, add router to update s3 * Channels list with form * Update cache configurator * Feed preview card * Flat structure, channels router * Connect channels urls config * Fix fetching webhook config * Refactor lib folder * Category mapping * Categories mapping preview * Improve buttons * Enable cache on channel config saving * wip webhooks * Add webhooks * Webhook refactor * Refactor createClient * Tests * Clean imports * Add logs * Review fixes * Changeset * Small xml improvement * Add tests batch * Add tests * Hide amazon secret with input password * CR fixes * CategoriesFetcher for recursive calls * Implement categories fetcher * Update lockfile after rebase with main * Change category map to override instead conifg |
||
---|---|---|
.changeset | ||
.github | ||
.husky | ||
apps | ||
packages | ||
templates | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.syncpackrc | ||
CODEOWNERS | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
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.