Overview
1C
Sync products, orders, and inventory
Medusa – 1C:Enterprise Integration
Status
🚧 Work in progress, see the Roadmap.
A stable release is expected around September.
💬 Plugin Support Chat on Telegram
Join the Medusa.js ⊷ 1C community chat to discuss features and get support.
👥 Medusa.js Community Chat on Telegram
Join the Medusa.js Chat to connect with developers building on Medusa.
Roadmap
- Import products from 1C into Medusa (Copy to clipboard
import.xml
) - Import offers from 1C into Medusa (Copy to clipboard
offers.xml
) - Sync inventory levels and prices between 1C and Medusa
- Import orders from 1C into Medusa (Copy to clipboard
orders.xml
) - Export orders from Medusa to 1C
- Admin UI extension for synchronization status and controls
- Admin UI extension for journaling and audit logs
- Detailed documentation
Prerequisites
- Medusa server v2.8.0 or later
- Node.js v20 or later
Installation
123yarn add @gorgo/medusa-1c# ornpm install @gorgo/medusa-1c
Configuration
Add the provider configuration in your Copy to clipboardmedusa-config.js
file of the Medusa admin application:
1234# ...module.exports = defineConfig({# to be done...})
Development
Find documentation on bootstrapping a development environment here.
License
Licensed under the MIT License.