Using ebaysdk-python with ebay.com

Python integration

Install
pip install ebaysdk-python
Quick start
import ebaysdk-python

# Use an OAuth2 access token
client = ebaysdk_python.Client(access_token="YOUR_ACCESS_TOKEN")
This method retrieves the shipment details for the specified shipment ID. Cal…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/logistics/v1_beta/shipment/{shipmentId}
This method retrieves the complete details of the shipping quote associated w…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/logistics/v1_beta/shipping_quote/{shippingQuoteId}
This method returns the shipping label file that was generated for the <b>shi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/logistics/v1_beta/shipment/{shipmentId}/download_label_file
SDK on GitHub 📄 API Docs
SDK
ebaysdk-python
Python
API
ebay.com
ebay.com:sell-logistics
At a glance
Language Python
Endpoints6
Base URLhttps://api.ebay.com/sell/logistics/v1_beta