ShipthisAPI async utility package
Project description
ShipthisAPI Python
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8451b59e268eb5df33731286f2bade865ac310bb1cf20757abd832ee7a823d5f
|
|
| MD5 |
8c79bbfc2cefde63d9263e82dc773e63
|
|
| BLAKE2b-256 |
b5dd4f0bf68ddc00819f9f5c1a2c502249cd2d56a3c8c92b70195440978b3248
|
File details
Details for the file shipthisapi_python-3.0.4-py3-none-any.whl.
File metadata
- Download URL: shipthisapi_python-3.0.4-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
555dee807183f2f2a2202145a9558bd6ebdd5b543f17b2ac456b9449c221169b
|
|
| MD5 |
d8bd2bb151539348a0accd1b55a5d017
|
|
| BLAKE2b-256 |
9cb940a3488e79e3b6528ac9d725c79c7d0b9859c7fe0f4f75e7c2cb20a74ed2
|