https://github.com/moqui/mantle-rsis
Mantle Integration for Rock Solid Internet Shipping Core REST API
https://github.com/moqui/mantle-rsis
Last synced: 9 months ago
JSON representation
Mantle Integration for Rock Solid Internet Shipping Core REST API
- Host: GitHub
- URL: https://github.com/moqui/mantle-rsis
- Owner: moqui
- License: other
- Created: 2019-04-24T22:21:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T17:01:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T03:46:54.306Z (11 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Mantle RSIS Core REST API Integration
[](https://github.com/moqui/mantle-rsis/blob/master/LICENSE.md)
Mantle USL Mantle Integration for Rock Solid Internet Shipping (RSIS) Core REST API for shipping rates, labels, and tracking across a wide
variety of carriers including UPS, FedEx, DHL, USPS, and many more.
To add this component to Moqui the easiest approach is to use the Gradle get component task:
$ ./gradlew getComponent -Pcomponent=mantle-rsis
Or add a dependency in your component.xml file like:
To use simply:
1. load the setup data in data/RsisSetupData.xml
2. load the demo configuration data in data/RsisZaaDemoData.xml or create your own configuration and load it; if you use the demo data, add your API Key (SgoApiToken option)
3. configure the store shipping gateway with a ShippingGatewayConfig record (see the demo data file for an example)
4. test the gateway with some test orders/shipments, retrieving rates and labels
Note that PopCommerce and various screens in SimpleScreens have support for RSIS and other shipping plugins to mantle-usl.