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.6.tar.gz (6.0 kB view hashes)

Uploaded Source

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