ebay.com

The Recommendation API returns information that sellers can use to optimize the configuration of their listings on eBay. Currently, the API contains a single method, findListingRecommendations . This method provides information that sellers can use to configure Promoted Listings

🔑 oauth2 1 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
The find method currently returns information for a single recommendation typ…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/recommendation/v1/find
Endpoints (1 total)
POST
/find
The find method currently returns information for a single recommendation typ…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints1
Authoauth2
Categories1
https://api.ebay.com/sell/recommendation/v1