Shopify — NAV Integration
Project Overview
Built a Python-based integration that synchronises orders, inventory, and customer data between Shopify and Microsoft Dynamics Navision in real-time using REST APIs.
My Role & Contributions
- Designed bi-directional sync architecture between Shopify and NAV
- Used Shopify REST API to fetch orders and customer data
- Mapped Shopify data model to NAV sales order structure
- Pushed orders into NAV via NAV web services
- Synced inventory levels back to Shopify
- Added webhook listener for real-time order triggers
- Deployed on Linux server with scheduling via cron