Using shipengine-python with shipengine.com

Python integration

✓ Official SDK

Install

pip install shipengine-python

Quick start

import shipengine-python

# Set your API key
client = shipengine_python.Client(api_key="YOUR_API_KEY")
Get Tags
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/tags
List labels
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/labels
List Batches
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/batches
SDK on GitHub 📄 API Docs
SDK
shipengine-python
Python
API
shipengine.com
shipengine.com

At a glance

Language Python
Endpoints84
Base URLhttps://api.shipengine.com
✓ Official