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

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

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

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

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

Модуль интеграций

Настраивайте плагины Medusa в панели администратора без правки кода

npm install @gorgo/medusa-integration
Категория
Другое
Создано
Gorgo
Версия
0.2.1
Последнее обновление
4 дня назад
Ежемесячные загрузки
Загрузка данных
Звезды на Github
27
npmNPMGitHubGithub

Integration Module for Medusa

Documentation
A Medusa module that lets any plugin or provider declare its options and store admins manage them in the Admin – no edits, no redeploys.
Читать README на русском ↗


What is the Integration Module?

The Integration Module lets any plugin declare its options, and store admins configure them as integrations right in the Admin – no edits, no redeploys. The module takes care of the UI, storage, encryption, and validation.

The Integration Module is useful for any Medusa developer building plugins, providers, or custom modules that need configurable settings, such as API keys, credentials, modes, or webhooks, but who'd rather not hand-build settings UI pages, a data layer, and validation for each one.

Features

  • Settings management in Admin: Set in the Settings → Integrations section, no /env edits and no redeploys.
  • Any plugin, provider, or module: Works across payment, fulfillment, ERP, notification, content, and other extensions.
  • Declarative descriptor (): A single description of the options, settings sections, validation, and connection test.
  • Flexible typing and validation: Typed fields (, , , , , , , ) with per-option and cross-section rules, conditional visibility, and read-only fields. At runtime, the plugin gets a typed, decrypted object: incomplete or disabled settings never resolve, so an unfilled draft is never returned.
  • Encrypted secrets: Fields marked are encrypted (AES-256-GCM) and never reach the browser.
  • Multiple instances: The same provider can be configured more than once. For example, for several accounts in the same third-party service.
  • Connection test: Verify credentials against the third-party service right from the Admin.
  • Extensible UI: Sections can be reordered (LayoutComposer). If the generated sections aren't enough, you can implement any UI for your options using custom widgets.
  • Integration catalog: Available integrations are shown in the Admin, and any plugin appears there on equal footing with the built-in ones.

Available Integrations

ApiShip
Fulfillment · @gorgo/medusa-fulfillment-apiship

T-Kassa by T-Bank
Payment · @gorgo/medusa-payment-tkassa

YooKassa
Payment · @gorgo/medusa-payment-yookassa

Robokassa
Payment · @gorgo/medusa-payment-robokassa

1C:Enterprise
ERP · @gorgo/medusa-1c

Any plugin can use the Integration Module, see the documentation.

💬 Support & Community

Got questions or ideas? Join the Telegram support chat — @gorgojs_chat

Connect with other Medusa developers on Telegram — @medusajs_chat

Requirements

  • Medusa v2.17.2 or later
  • Node.js v20 or later

Installation

Documentation

The complete installation, configuration, and usage guide is available on the Gorgo documentation website.

License

Licensed under the MIT License.

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

Посмотреть все
Другое
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

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

Посмотреть все
Платежи
Интеграция
Т-Касса от T-Банка logo

Т-Касса от T-Банка

От Gorgo

Подключите бесшовные платежи через Т-Банк

Загрузка данных
GitHubnpm
Платежи
Интеграция
Robokassa logo

Robokassa

От Gorgo

Подключите оплату через Robokassa

Загрузка данных
GitHubnpm
Другое
Яндекс YML-фид logo

Яндекс YML-фид

От Gorgo

Создавайте и управляйте фидами товаров в формате YML (Yandex Market Language)

Загрузка данных
GitHubnpm
1yarn add @gorgo/medusa-integration
2# or
3npm install @gorgo/medusa-integration