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 hashes)

Uploaded Python 2 Python 3

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