Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frappe/ecommerce_integrations
Ecommerce integrations for ERPNext
https://github.com/frappe/ecommerce_integrations
ecommerce erpnext shopify unicommerce zenoti
Last synced: 1 day ago
JSON representation
Ecommerce integrations for ERPNext
- Host: GitHub
- URL: https://github.com/frappe/ecommerce_integrations
- Owner: frappe
- License: gpl-3.0
- Created: 2021-04-13T06:53:00.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-08T04:37:34.000Z (3 months ago)
- Last Synced: 2024-12-13T16:49:20.353Z (9 days ago)
- Topics: ecommerce, erpnext, shopify, unicommerce, zenoti
- Language: Python
- Homepage: https://frappecloud.com/marketplace/apps/ecommerce_integrations
- Size: 1.19 MB
- Stars: 111
- Watchers: 21
- Forks: 148
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-frappe - Zenoti Integration - Zenoti Integration for ERPNext. (Uncategorized / Uncategorized)
README
Ecommerce Integrations for ERPNext
[![CI](https://github.com/frappe/ecommerce_integrations/actions/workflows/ci.yml/badge.svg)](https://github.com/frappe/ecommerce_integrations/actions/workflows/ci.yml)
### Currently supported integrations:
- Shopify - [User documentation](https://docs.erpnext.com/docs/v13/user/manual/en/erpnext_integration/shopify_integration)
- Unicommerce - [User Documentation](https://docs.erpnext.com/docs/v13/user/manual/en/erpnext_integration/unicommerce_integration)
- Zenoti - [User documentation](https://docs.erpnext.com/docs/v13/user/manual/en/erpnext_integration/zenoti_integration)
- Amazon - [User documentation](https://docs.erpnext.com/docs/v13/user/manual/en/erpnext_integration/amazon_integration)### Installation
- Frappe Cloud Users can install [from Marketplace](https://frappecloud.com/marketplace/apps/ecommerce_integrations).
- Self Hosted users can install using Bench:```bash
# Production installation
$ bench get-app ecommerce_integrations --branch main# OR development install
$ bench get-app ecommerce_integrations --branch develop# install on site
$ bench --site sitename install-app ecommerce_integrations
```After installation follow user documentation for each integration to set it up.
### Contributing
- Follow general [ERPNext contribution guideline](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
- Send PRs to `develop` branch only.### Development setup
- Enable developer mode.
- If you want to use a tunnel for local development. Set `localtunnel_url` parameter in your site_config file with ngrok / localtunnel URL. This will be used in most places to register webhooks. Likewise, use this parameter wherever you're sending current site URL to integrations in development mode.#### License
GNU GPL v3.0