Skip to main content

Create packages to send using TIPSA API.

Project description

This package create packages to send using TIPSA API.

License

The package is released under the New BSD license.

Example of use

from tipsa import api

tipsa_api = api.TipsaAPI('agency_code', 'client_code', 'client_password')

tipsa_api.login() # Web service login

result = tipsa_api.create({
    'service_code': 'service_code',
    'destination_name': 'destination_name',
    'destination_address': 'destination_address',
    'destination_postal_code': 'destination_postal_code',
    'destination_city': 'destination_city'
}) # Create a shipping

print result['albaran']
print result['guid']
print result['url'] # Url to check status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tipsa-api-python-0.1.4.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file tipsa-api-python-0.1.4.tar.gz.

File metadata

File hashes

Hashes for tipsa-api-python-0.1.4.tar.gz
Algorithm Hash digest
SHA256 bd41876624276a93bf8cab445c1b41b15ef73b0347f70689ad7264226d5b4cbf
MD5 c93217676fa8a23c0d3ea1b3ba45f096
BLAKE2b-256 a5750603e45a17ad7e8d2cc24eebf2e527b49ef4746ac7045fe617f2650fadeb

See more details on using hashes here.

Supported by

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