Python API MondialRelay carrier
Project description
Python API MondialRelay carrier.
Features
- Services
- Test connection
- Create/Send shipments to MondialRelay
- Label shipment - PDF
Usage Examples
Example API in test.py file
Test connection
with Picking(username, password, mondialrelay_customerid, debug=debug) as mondialrelay_api: print mondialrelay_api.test_connection()
Create/send shipment to MondialRelay
with Picking(username, password, mondialrelay_customerid, debug=debug) as mondialrelay_api: data = {...} reference, label, error = mondialrelay_api.create(data)
Get label shipment
with Picking(username, password, mondialrelay_customerid, debug=debug) as mondialrelay_api: data = {...} label = mondialrelay_api.label(data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size mondialrelay-0.0.1-py2.py3-none-any.whl (7.7 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Close
Hashes for mondialrelay-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13c7fd951caa355e22f11da3f786aff1881a0334fbe7366bd5e536bccca87e8b |
|
MD5 | 03fa202e6f64809b459ea35b0b9ce6cc |
|
BLAKE2-256 | 658201ef413180a8b6c386d44d0cc24b4ce9c938331e026bdd3727f264b3a116 |