No description
Find a file
Lukasz Ostrowski 74174c4763
Update app-sdk to 0.37.3 (#375)
* Update app-sdk to 0.37.3

* update app-sdk to 0.37.3 latest
2023-04-14 12:33:22 +02:00
.changeset Update app-sdk to 0.37.3 (#375) 2023-04-14 12:33:22 +02:00
.github Introduce CRM App (#292) 2023-04-06 09:26:56 +02:00
.husky Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
apps Update app-sdk to 0.37.3 (#375) 2023-04-14 12:33:22 +02:00
packages Update app-sdk to 0.37.3 (#375) 2023-04-14 12:33:22 +02:00
templates Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
.eslintignore Update UI to match new dashboard style (#138) 2023-02-21 11:34:30 +01:00
.eslintrc.js Add shared eslint 2023-02-07 19:11:48 +01:00
.gitignore Invoices: Add debug logs and better temp pdf location (#265) 2023-03-15 09:38:13 +01:00
.prettierignore Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
.prettierrc Move config files 2023-02-07 19:27:17 +01:00
CODEOWNERS Move config files 2023-02-07 19:27:17 +01:00
LICENSE Move config files 2023-02-07 19:27:17 +01:00
package.json Update next to 13.3.0 (#388) 2023-04-14 11:27:25 +02:00
pnpm-lock.yaml Update app-sdk to 0.37.3 (#375) 2023-04-14 12:33:22 +02:00
pnpm-workspace.yaml Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
README.md Move the development docs to docs.saleor.io (#344) 2023-03-29 12:32:01 +02:00
turbo.json Change turborepo config to use local turbo.json (#353) 2023-04-13 12:44:27 +02:00

Saleor Apps

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.

docs.saleor.io

Apps list

In the apps folder, you will find the following applications:

  • data-importer - import data from CSV to Saleor.
  • invoices - generate invoice PDF for each order.
  • klaviyo - send Saleor events to Klaviyo, where you can notify the customers.
  • emails-and-messages - notifications and email communication with customers.
  • search - connect Saleor with search engines.
  • slack - get notifications on Slack channel from Saleor events.
  • taxes - calculate order and checkout taxes using external services.
  • cms - exports products from Saleor to CMS.

Development

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