ebay.com

Service for providing information to sellers about their listings being non-compliant, or at risk for becoming non-compliant, against eBay listing policies.

🔑 oauth2 3 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 call returns specific listing violations for the supported listing compl…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/compliance/v1/listing_violation
This call returns listing violation counts for a seller. A user can pass in o…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/compliance/v1/listing_violation_summary
Endpoints (3 total)
GET
/listing_violation
This call returns specific listing violations for the supported listing compl…
GET
/listing_violation_summary
This call returns listing violation counts for a seller. A user can pass in o…
POST
/suppress_listing_violation
This call suppresses a listing violation for a specific listing. Only listing…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints3
Authoauth2
Categories1
https://api.ebay.com/sell/compliance/v1