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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file mondialrelay-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: mondialrelay-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13c7fd951caa355e22f11da3f786aff1881a0334fbe7366bd5e536bccca87e8b |
|
MD5 | 03fa202e6f64809b459ea35b0b9ce6cc |
|
BLAKE2b-256 | 658201ef413180a8b6c386d44d0cc24b4ce9c938331e026bdd3727f264b3a116 |