Command Palette

Search for a command to run...

Getting Started with 1C:Enterprise ERP for Medusa

In this document, you'll learn how to install and configure the 1C:Enterprise integration plugin for Medusa.

Prerequisites

  • Medusa server v2.14.0 or later
  • Node.js v20 or later

Installation

yarn add @gorgo/medusa-1c

Configuration

Add the plugin configuration in your file of the Medusa admin application:

medusa-config.js
1# ...
2module.exports = defineConfig({
3 # ...
4 plugins: [
5 # ...
6 {
7 resolve: "@gorgo/medusa-1c",
8 options: {}
9 }
10 ],
11})
Note: 🚧 Integration is currently under development, see the Roadmap.
Edited Jun 9, 2026·Edit this page