• Модуль интеграций
  • Сообщество
  • Блог
Документация
Плагины и интеграцииВсе расширения для Medusa от сообществаСтартерыЗапускайте проекты быстрее с готовыми решениями
ЭкспертыПодберите специалиста для разработки и развития вашего проекта на MedusaКейсыПосмотрите примеры Medusa в продакшене и успешные внедрения
Представляем готовый к продакшену Medusa DTC Starter от Gorgo

26 августа 2026 г. · Продукт

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

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

  • Ресурсы Medusa
  • Плагины и интеграции
  • Модуль интеграций
  • Стартеры
  • Эксперты
  • Кейсы
  • Medusa Чат в Telegram
  • Medusa Новости в Telegram
  • Документация Gorgo
  • Связаться с нами
  • TelegramGitHub
Плагины
R

Reorder

Open Source Subscription Medusa Plugin.

npm install @sepidar/reorder
Категория
Другое
Создано
Sepidar
Версия
1.0.8
Последнее обновление
7 часов назад
Ежемесячные загрузки
Загрузка данных
Звезды на Github
0
npmNPM

Open Source Subscription Medusa Plugin

Website | Documentation

What is Reorder?

is an open source Medusa subscription plugin.

It adds recurring commerce capabilities to a Medusa store, including subscriptions, plans and offers, renewals, dunning, cancellation and retention flows, activity logs, and analytics.

is built as a Medusa plugin with Medusa modules, workflow-backed mutations, Admin API routes, scheduled jobs, and Admin UI extensions.

What it includes

Current scope

currently focuses on recurring commerce operations managed from the Medusa Admin.

Today, the plugin provides strong Admin coverage across the implemented domains. Customer self-service flows will be introduced in the near future as a .

Feature highlights

  • Subscription lifecycle management
  • Configurable plans and offers
  • Renewal orchestration
  • Dunning retries and recovery tooling
  • Cancellation flows with retention offers
  • Operational activity logs
  • Subscription analytics and reporting

Installation

is meant to be installed into an existing Medusa project.

1. Install the plugin

With :

With :

2. Add the plugin to

3. Run Migrations

With :

npx medusa db:migrate

With :

yarn medusa db:migrate

4. Start your Medusa app

After adding the plugin, run your normal Medusa setup flow in your store project.

Local development

If you want to work on the plugin itself locally:

1. Clone the repository

2. Install dependencies

3. Publish the local plugin

yarn medusa plugin:publish

4. Add the plugin in your Medusa store

5. Add the plugin configuration to

6. Install store dependencies

7. Start your Medusa store

yarn dev

Requirements

  • Minimum: Medusa
  • Recommended: compatible with

Architecture

is organized around Medusa-native building blocks:

  • domain modules for subscription data and operational records
  • workflows for business mutations and orchestration
  • Admin API routes for plugin operations
  • Admin UI extensions for management flows
  • scheduled jobs for renewals, dunning, and analytics processing

Documentation

Project documentation lives in .

Useful starting points:

Contributing

Issues and pull requests are welcome.

Before changing behavior:

  • read the runtime docs in
  • keep implementation aligned with documented behavior
  • follow Medusa best practices for modules, workflows, routes, and Admin UI extensions

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

Посмотреть все
Другое
Gati logo

Gati

От Devx Commerce

Синхронизируйте Medusa с Gati ERP

Загрузка данных
npm
Другое
Product Reviews logo

Product Reviews

От Lambda Curry

Добавляйте рейтинги, отзывы и модерацию товаров

Загрузка данных
GitHubnpm
Другое
Variant Images logo

Variant Images

От Betanoir

Организуйте и загружайте варианты изображений в Medusa

Загрузка данных
GitHubnpm

Еще от этого автора

Посмотреть все
Другое
M

Marketplace plugin

От Sepidar

A multi-vendor Medusa plugin

Загрузка данных
npm
npm install @reorderjs/reorder
yarn add @reorderjs/reorder
1plugins: [
2 // other plugins
3 {
4 resolve: "@reorderjs/reorder",
5 options: {},
6 },
7]
1git clone https://github.com/reorder-js/reorder.git
2cd reorder
yarn install
yarn medusa plugin:add reorder
1plugins: [
2 // other plugins
3 {
4 resolve: "reorder",
5 options: {},
6 },
7]
yarn install