• Интеграции и плагины
  • Сообщество
  • Связаться с нами
Документация

Нужна помощь в разработке плагина интеграции для Medusa?

Написать намНайти плагины

Gorgo снижает затраты на адаптацию Medusa к локальным рынкам.

Мы разрабатываем плагины интеграции, осуществляем поддержку и развиваем сообщество разработчиков на Medusa в Telegram.

  • Ресурсы
  • Интеграции и плагины
  • Сообщество
  • Medusa Чат в Telegram
  • Medusa Новости в Telegram
  • Документация
  • Контакты
  • head@gorgojs.com
  • TelegramGitHub
MedusaПлагиныRelewise
Relewise logo

Relewise

Прокачайте поиск по товарам с Relewise

Нужна доработка этого плагина?

Связаться с нами
npm install @relewise/medusa
Категория
Поиск
Создано
Relewise
Версия
1.1.0
Последнее обновление
10 месяцев назад
Ежемесячные загрузки
2
Звезды на Github
0
npmNPM
MedusaПлагиныRelewise

Relewise plugin for Medusa

Relewise is a modern personalization and search engine that creates the truly personalized experiences your customers expect.

The plugin helps integrating products into Relewise with a single click and keeping products in sync every hour!

Installation

Run the following command to install the plugin:

npm install @relewise/medusa

Configuration

The plugin requires som options that we recommended you to store in a file.

RELEWISE_DATASET_ID=
RELEWISE_API_KEY=
RELEWISE_SERVER_URL=

Fill the , , with your dataset, api-key and server-url found at My.Relewise.

Configure the plugin by adding it to in your .

Note that providing a language and a list of currenies is also required!

module.exports = defineConfig({
// ...
plugins: [
{
resolve: "@relewise/medusa",
options: {
datasetId: process.env.RELEWISE_DATASET_ID!,
apiKey: process.env.RELEWISE_API_KEY!,
serverUrl: process.env.RELEWISE_SERVER_URL!,
language: "en",
currencies: ["eur", "usd"]
},
},
],
})

Storing workflow executions

To store workflow executions, you need to have redis installed and running.

You can read how to do so in the Medusa Documentation.

Contributing

Pull requests are always welcome.
Please fork this repository and make a PR when you are ready with your contribution.

Otherwise you are welcome to open an Issue in our issue tracker.

License

relewise-integrations-medusa is licensed under the MIT license.

Еще в этой категории

Посмотреть все
Поиск
MeiliSearch logo

MeiliSearch

От Rokmohar

Open-source поисковый движок для вашей витрины

GitHubnpm
Поиск
MeiliSearch logo

MeiliSearch

От Vymalo

Подключите быстрый поиск с MeiliSearch

GitHubnpm
Поиск
MeiliSearch logo

MeiliSearch

От Deroswent

Подключите быстрый поиск с MeiliSearch

npm