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 на русском ↗
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.
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.
Got questions or ideas? Join the Telegram support chat — @gorgojs_chat
Connect with other Medusa developers on Telegram — @medusajs_chat
1yarn add @gorgo/medusa-integration2# or3npm install @gorgo/medusa-integrationThe complete installation, configuration, and usage guide is available on the Gorgo documentation website.
Licensed under the MIT License.