Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ParsimonyGit/shipstation_integration
https://github.com/ParsimonyGit/shipstation_integration
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ParsimonyGit/shipstation_integration
- Owner: ParsimonyGit
- License: other
- Created: 2020-12-16T12:12:17.000Z (almost 4 years ago)
- Default Branch: main-v13
- Last Pushed: 2024-05-09T21:48:09.000Z (6 months ago)
- Last Synced: 2024-05-15T18:14:20.358Z (6 months ago)
- Language: Python
- Size: 124 KB
- Stars: 13
- Watchers: 7
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-frappe - Shipstation Integration - Shipstation Integration for ERPNext. (Uncategorized / Uncategorized)
README
# Shipstation Integration
A custom ShipStation application built on top of the [Frappe](https://github.com/frappe/frappe) framework and [ERPNext](https://github.com/frappe/erpnext).
## Features
The following workflows are available in this application:
- Sync multiple ShipStation accounts with a single ERPNext instance.
- Configure individual stores in each ShipStation account to different companies, warehouses, cost centers and account heads.
- Periodically fetch products, orders and shipments from all ShipStation accounts.
- Identify stores connected to the Amazon marketplace, and add hooks for other Frappe applications to process Amazon orders.
- Shipping label generation (can be enabled per Shipstation account)## Installation
```bash
# get the application onto your bench
bench get-app https://github.com/ParsimonyGit/shipstation_integration# install the application onto a new site
bench --site install-app shipstation_integration
```## Dependencies
- [ShipStation Python client](https://github.com/agritheory/shipstation-client) by [AgriTheory](https://github.com/agritheory)
## License
[MIT](https://opensource.org/licenses/MIT)