Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotwax/mantle-shipstation
ShipStation shipping gateway integration
https://github.com/hotwax/mantle-shipstation
Last synced: 6 days ago
JSON representation
ShipStation shipping gateway integration
- Host: GitHub
- URL: https://github.com/hotwax/mantle-shipstation
- Owner: hotwax
- License: apache-2.0
- Created: 2021-11-12T10:52:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:11:32.000Z (about 1 year ago)
- Last Synced: 2023-08-18T14:37:33.566Z (about 1 year ago)
- Size: 34.2 KB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mantle-shipstation
ShipStation shipping gateway integration######ShipStation Integration for shipping rates, create labels, and void label. In this Integration we worked on staging environment. So, the rates may vary from production evironment.
###To simplify:Load the setup data in data/ShipStationSetupData.xml Load the demo configuration data in data/ShipStationZaaDemoData.xml or create your own configuration and load it; if you use the demo data, add your API token (SgoApiToken).
~ get#ShippingRates service: This API returns a rate as per the destination location and parcel attributes.
~ create#ShippingLabel service : This API will return labelData, pdf of label and shipmentId which can be use for track, refund or void a label.
~ void#ShippingLabel service: You will need a shipmentId from a Label Request to void a label. If the Label is too old to be voided this request will be denied.