/apps

A central space for Saleor Apps, integrations, and the App Store 🚀

Primary LanguageTypeScriptOtherNOASSERTION

Saleor Apps

Saleor Apps

The central space for Saleor Apps, Integrations and Marketplace.

🏠 Website 📚 Docs 📰 Blog 🐦 Twitter 💬 Discord
🆕 Apps Quickstart ✍️ Propose an app

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:

  • avatax - calculates dynamic taxes via AvaTax API
  • cms - exports products from Saleor to CMS.
  • klaviyo - send Saleor events to Klaviyo, where you can notify the customers.
  • products-feed - generate products feed XML
  • search - connect Saleor with search engines.
  • smtp - email communication with customers

Other official apps

Some of the Saleor apps are available in separate repositories:

Example apps

Development

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