ERPNext Shopify Connector will sync data between your Shopify and ERPNext accounts.
- It will sync Products and Cutomers between Shopify and ERPNext
- It will push Orders from Shopify to ERPNext
- If the Order has been paid for in Shopify, it will create a Sales Invoice in ERPNext and record the corresponding Payment Entry
- If the Order has been fulfilled in Shopify, it will create a draft Delivery Note in ERPNext
Install
From your site
To install this app, login to your site and click on "Installer". Search for ERPNext Shopify and click on "Install"
Using Bench
Go to your bench folder and setup the new app
$ bench get-app erpnext_shopify https://github.com/frappe/erpnext_shopify
$ bench new-site testsite
$ bench --site testsite install-app erpnext_shopify
Login to your site to configure the app.
Author
Frappe Technologies Pvt. Ltd. (info@frappe.io)