Using OpenSandbox with api.ebay.com

Python integration

Install

pip install OpenSandbox

Quick start

import OpenSandbox

# Use an OAuth2 access token
client = OpenSandbox.Client(access_token="YOUR_ACCESS_TOKEN")
<span class="tablenote"><b>Note:</b>This method was originally created to see…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/kyc
This method retrieves the seller's current set of privileges, including wheth…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/privilege
Use this call to retrieve all sales tax table entries that the seller has def…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/sales_tax
SDK on GitHub 📄 API Docs
SDK
OpenSandbox
Python
API
api.ebay.com
api.ebay.com:sell-account

At a glance

Language Python
Endpoints36
Base URLhttps://api.ebay.com/sell/account/v1