ebay.com

The Analytics API provides data and information about a seller and their eBay business. The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance ratin

🔑 oauth2 4 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

pip install ebay-oauth-python-client
pip install ebaysdk-python
composer require ebay-sdk-examples
composer require ebay-sdk-php
curl examples
This method returns a report that details the user traffic received by a sell…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/analytics/v1/traffic_report
This call retrieves all the standards profiles for the associated seller. A s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/analytics/v1/seller_standards_profile
This call retrieves a single standards profile for the associated seller. A s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/analytics/v1/seller_standards_profile/{program}/{cycle}
Endpoints (4 total)
GET
/traffic_report
This method returns a report that details the user traffic received by a sell…
GET
/seller_standards_profile
This call retrieves all the standards profiles for the associated seller. A s…
GET
/seller_standards_profile/{program}/{cycle}
This call retrieves a single standards profile for the associated seller. A s…
GET
/customer_service_metric/{customer_service_metric_type}/{evaluation_type}
Use this method to retrieve a seller's performance and rating for the custome…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints4
Authoauth2
Categories1
https://api.ebay.com/sell/analytics/v1