69 lines
2.9 KiB
Markdown
69 lines
2.9 KiB
Markdown

|
|
|
|
<div align="center">
|
|
<h1>Saleor Apps</h1>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<p>The central space for Saleor Apps, Integrations and Marketplace.
|
|
</div>
|
|
|
|
<div align="center">
|
|
<a href="https://saleor.io/">🏠 Website</a>
|
|
<span> • </span>
|
|
<a href="https://docs.saleor.io/docs/3.x">📚 Docs</a>
|
|
<span> • </span>
|
|
<a href="https://saleor.io/blog/">📰 Blog</a>
|
|
<span> • </span>
|
|
<a href="https://twitter.com/getsaleor">🐦 Twitter</a>
|
|
<span> • </span>
|
|
<a href="https://discord.gg/H52JTZAtSH">💬 Discord</a>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<a href="https://docs.saleor.io/docs/3.x/developer/extending/apps/quickstart/getting-started">🆕 Apps Quickstart</a>
|
|
<span> • </span>
|
|
<a href="https://github.com/orgs/saleor/projects/22/views/1">🗓️ Roadmap</a>
|
|
<span> • </span>
|
|
<a href="https://github.com/saleor/apps/discussions/categories/integrations-features">✍️ Propose an app</a>
|
|
</div>
|
|
|
|
<br/>
|
|
<div align="center">
|
|
|
|
[](https://discord.gg/H52JTZAtSH)
|
|
|
|
</div>
|
|
|
|
## 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](https://docs.saleor.io/docs/3.x/developer/extending/apps/key-concepts)
|
|
|
|
### Apps list
|
|
|
|
In the `apps` folder, you will find the following applications:
|
|
|
|
- [crm](https://docs.saleor.io/docs/3.x/developer/app-store/apps/crm) - exports customers from Saleor to CRM.
|
|
- [cms](https://docs.saleor.io/docs/3.x/developer/app-store/apps/cms) - exports products from Saleor to CMS.
|
|
- [data-importer](./apps/data-importer) - import data from CSV to Saleor.
|
|
- [emails-and-messages](https://docs.saleor.io/docs/3.x/developer/app-store/apps/emails-and-messages/overview) - notifications and email communication with customers.
|
|
- [invoices](https://docs.saleor.io/docs/3.x/developer/app-store/apps/invoices) - generate invoice PDF for each order.
|
|
- [klaviyo](./apps/klaviyo) - send Saleor events to Klaviyo, where you can notify the customers.
|
|
- [monitoring](./apps/monitoring) - send Saleor logs to 3rd party Monitoring services
|
|
- [products-feed](./apps/products-feed) - generate products feed XML
|
|
- [search](./apps/search) - connect Saleor with search engines.
|
|
- [slack](./apps/slack) - get notifications on Slack channel from Saleor events.
|
|
- [taxes](https://docs.saleor.io/docs/3.x/developer/app-store/apps/taxes) - calculate order and checkout taxes using external services.
|
|
|
|
## Another official apps
|
|
|
|
Some of Saleor apps are available in separate repositories:
|
|
- [Stripe](https://github.com/saleor/saleor-app-payment-stripe)
|
|
|
|
## Development
|
|
|
|
You can find the documentation for saleor/apps on [docs.saleor.io](https://docs.saleor.io/docs/3.x/developer/app-store/development).
|