Skip to content

saleor/apps

Repository files navigation

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:

  • Avatax - Calculates dynamic taxes via Avatax API
  • 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.
  • products-feed - generate products feed XML
  • search - connect Saleor with search engines.
  • slack - get notifications on Slack channel from Saleor events.
  • Taxjar - Calculates dynamic taxes via Taxjar API

Other official apps

Some of the Saleor apps are available in separate repositories:

Development

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