Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotwax/mantle-fedex
FeDex shipping gateway integration
https://github.com/hotwax/mantle-fedex
Last synced: 6 days ago
JSON representation
FeDex shipping gateway integration
- Host: GitHub
- URL: https://github.com/hotwax/mantle-fedex
- Owner: hotwax
- License: apache-2.0
- Created: 2021-11-12T10:50:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:39:21.000Z (about 1 year ago)
- Last Synced: 2023-08-18T15:03:36.829Z (about 1 year ago)
- Size: 30.3 KB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mantle-fedex
FedEx shipping gateway integration######FedEx Integration for shipping rates, create shipping label, and void shipping label. In this Integration we worked on staging environment. So, the rates may vary from production environment.
###To Simplify:
Load the setup data in data/FedExSetupData.xml Load the demo configuration data in data/FedExZaaDemoData.xml or create your own configuration and load it; if you use the demo data, add your API token (SgoApiToken).
~ request#AccessToken service: This API call is to request new Access Token to authenticate a client, which will be valid for only 3600 seconds(1 hour).
~ get#ShippingRates service: This API returns a rate as per the destination location and parcel attributes.
~ create#ShippingLabel service: This label API will return a URL to a label for a trackingNumber and stores it in ShipmentPackageRouteSeg.
~ void#ShippingLabel service: You will need a trackingCode of shipment and account number of client to cancel a shipment. If the Shipment is too old to be canceled, this request will be denied.