Skip to main content

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


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

mondialrelay-0.0.1-py2.py3-none-any.whl (7.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mondialrelay-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mondialrelay-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 13c7fd951caa355e22f11da3f786aff1881a0334fbe7366bd5e536bccca87e8b
MD5 03fa202e6f64809b459ea35b0b9ce6cc
BLAKE2b-256 658201ef413180a8b6c386d44d0cc24b4ce9c938331e026bdd3727f264b3a116

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page