Skip to main content

ShipthisAPI async utility package

Project description

ShipthisAPI Python

PyPI version

A Python wrapper package for ShipthisAPI for making api calls using python.

Features

  • Demo setup with demo.py
  • Simple Step API calls.

Quickstart

Install the latest shipthisapi-python if you haven't installed it yet.

pip install shipthisapi-python

Generate a API Key For your Organisation

from ShipthisAPI.shipthisapi import ShipthisAPI

x_api_key = '<your_api_key>'
organisation = 'demo'
region_id='<your_region_id>'
location_id='<your_location_id>'


shipthisapi = ShipthisAPI(organisation=organisation, x_api_key=x_api_key, region_id=region_id, location_id=location_id)


# Get Organisation/User Info 

print(shipthisapi.info())


# Get Invoice Collection List

print(shipthisapi.get_list(collection_name='invoice'))

# Get all Sea list

print(shipthisapi.get_list(collection_name="sea_shipment", params={"count": 2}))

Documentation

For more details related to available fields and operations check our developer portal

Available Operations

  • Get Organisation / User Information
  • Create New Collection Entry
  • Update Collection
  • Get Collection Items
  • Delete an existing collection item

Support

If you have any queries related to usage of the api please raise a issue here

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

shipthisapi_python-3.1.1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shipthisapi_python-3.1.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file shipthisapi_python-3.1.1.tar.gz.

File metadata

  • Download URL: shipthisapi_python-3.1.1.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shipthisapi_python-3.1.1.tar.gz
Algorithm Hash digest
SHA256 d7770cffac0f73cdcebff1b2a8414ccc1d322570a8e86603cdf3c5b2da05cbf8
MD5 148071812a73e64b5918d6b7123b13f2
BLAKE2b-256 546fea2135d196f7884a002d4476df007f36e1559d1771bd38637c7b8788b723

See more details on using hashes here.

File details

Details for the file shipthisapi_python-3.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for shipthisapi_python-3.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2c5d017aa0feb2b4e822a02e6bb4fd22e7b964e470107ff6f84b7fe3abaeb557
MD5 579cd8e37a01e5ed12124b681a5a98a4
BLAKE2b-256 6681270c909fec567f6b02ff7955d9981a7441b0253bd91cede006297ea1da57

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