Search for a command to run...
In this document, you'll learn how to install and configure the 1C:Enterprise integration plugin for Medusa.
yarn add @gorgo/medusa-1c# ornpm install @gorgo/medusa-1c
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.