Gati ERP Integration
Gati ERP integration plugin for Medusa enabling seamless data synchronization with Gati systems
Overview
The @devx-commerce/plugin-gati provides seamless integration between Medusa and Gati ERP systems. This plugin enables automated data synchronization for orders, inventory, and shipping information with Gati’s logistics and fulfillment platform.
System Requirements
Before installing the plugin, ensure your system meets the following requirements:
- Medusa server: v2.x
- Node.js: v20 or later
- Database: PostgreSQL
Installation
Install the plugin using your preferred package manager:
# Using npm
npm install @devx-commerce/plugin-gati
Configuration
Add the plugin to your medusa-config.js file:
module.exports = {
plugins: [
{
resolve: `@devx-commerce/plugin-gati`,
options: {
// Add your Gati ERP configuration here
},
},
],
}
Core Dependencies
- @medusajs/medusa (2.7.0) - Medusa core framework
- @medusajs/framework (2.7.0) - Framework utilities
- @mikro-orm/core (6.4.3) - Database ORM
- pg (^8.13.0) - PostgreSQL client
- lodash (^4.17.21) - Utility library
- awilix - Dependency injection
Features
- ERP Synchronization - Automated data sync with Gati ERP
- Order Management - Order processing and tracking integration
- Inventory Sync - Real-time inventory updates
- Shipping Integration - Automated shipping and fulfillment workflows
- Database Support - PostgreSQL-based data persistence
Use Cases
This plugin is ideal for:
- Logistics Integration - Connect Medusa with Gati logistics services
- Order Fulfillment - Automate order fulfillment through Gati
- Inventory Management - Sync inventory levels with Gati systems
- Shipping Automation - Streamline shipping operations