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.0.4.tar.gz (9.2 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.0.4-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for shipthisapi_python-3.0.4.tar.gz
Algorithm Hash digest
SHA256 8451b59e268eb5df33731286f2bade865ac310bb1cf20757abd832ee7a823d5f
MD5 8c79bbfc2cefde63d9263e82dc773e63
BLAKE2b-256 b5dd4f0bf68ddc00819f9f5c1a2c502249cd2d56a3c8c92b70195440978b3248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for shipthisapi_python-3.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 555dee807183f2f2a2202145a9558bd6ebdd5b543f17b2ac456b9449c221169b
MD5 d8bd2bb151539348a0accd1b55a5d017
BLAKE2b-256 9cb940a3488e79e3b6528ac9d725c79c7d0b9859c7fe0f4f75e7c2cb20a74ed2

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