Overview
1C
Sync product, orders, and inventory with 1C:Enterprise Platform
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.