https://github.com/moqui/mantle-shippo
Mantle USL integration with Shippo (goshippo.com) for address verification, shipping rates, labels, and tracking across a wide variety of carriers
https://github.com/moqui/mantle-shippo
address-verification carrier goshippo labels mantle mantle-business mantle-usl moqui moqui-framework shipping-api shipping-label shipping-rates shippo
Last synced: 3 months ago
JSON representation
Mantle USL integration with Shippo (goshippo.com) for address verification, shipping rates, labels, and tracking across a wide variety of carriers
- Host: GitHub
- URL: https://github.com/moqui/mantle-shippo
- Owner: moqui
- License: other
- Created: 2017-03-20T19:20:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T21:49:56.000Z (3 months ago)
- Last Synced: 2025-02-12T22:33:06.335Z (3 months ago)
- Topics: address-verification, carrier, goshippo, labels, mantle, mantle-business, mantle-usl, moqui, moqui-framework, shipping-api, shipping-label, shipping-rates, shippo
- Size: 120 KB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Mantle Shippo Integration
[](https://github.com/moqui/mantle-shippo/blob/master/LICENSE.md)
[](https://github.com/moqui/mantle-shippo/releases)Mantle USL integration with Shippo (goshippo.com) for address verification, 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-shippo
Or add a dependency in your component.xml file like:
To use simply:
1. load the setup data in data/ShippoSetupData.xml
2. load the demo configuration data in data/ShippoZaaDemoData.xml or create your own configuration and load it; if you use the demo data, add your API token (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 labelsNote that PopCommerce and various screens in SimpleScreens have support for Shippo and other shipping plugins to mantle-usl.