Using sdk-python with apideck.com

Python integration

✓ Official SDK

Install

pip install sdk-python

Quick start

import sdk-python

# Set your API key
client = sdk_python.Client(api_key="YOUR_API_KEY")
Get Store
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ecommerce/store
List Orders
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ecommerce/orders
List Products
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ecommerce/products
SDK on GitHub 📄 API Docs
SDK
sdk-python
Python
API
apideck.com
apideck.com:ecommerce

At a glance

Language Python
Endpoints7
Base URLhttps://unify.apideck.com
✓ Official