Using ebay-oauth-python-client with ebay.com

Python integration

✓ Official SDK
Install
pip install ebay-oauth-python-client
Quick start
import ebay-oauth-python-client

# Use an OAuth2 access token
client = ebay_oauth_python_client.Client(access_token="YOUR_ACCESS_TOKEN")
This call is used to search for supported charitable organizations. It allows…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/commerce/charity/v1/charity_org
This call is used to retrieve detailed information about supported charitable…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/commerce/charity/v1/charity_org/{charity_org_id}
SDK on GitHub 📄 API Docs
SDK
ebay-oauth-python-client
Python
API
ebay.com
ebay.com:commerce-charity
At a glance
Language Python
Endpoints2
Base URLhttps://api.ebay.com/commerce/charity/v1
✓ Official