Command Palette

Search for a command to run...

Getting Started with 1C:Enterprise ERP

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

Prerequisites

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

Installation

yarn add @gorgo/medusa-1c
# or
npm install @gorgo/medusa-1c

Configuration

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

# ...
module.exports = defineConfig({
# ...
plugins: [
# ...
{
resolve: "@gorgo/medusa-1c",
options: {}
}
],
})

🚧 Integration is currently under development, see the Roadmap.