ebay.com

The Negotiations API gives sellers the ability to proactively send discount offers to buyers who have shown an "interest" in their listings. By sending buyers discount offers on listings where they have shown an interest, sellers can increase the velocity of their sales. The

🔑 oauth2 2 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 evaluates a seller's current listings and returns the set of IDs …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/negotiation/v1/find_eligible_items
Endpoints (2 total)
GET
/find_eligible_items
This method evaluates a seller's current listings and returns the set of IDs …
POST
/send_offer_to_interested_buyers
This method sends eligible buyers offers to purchase items in a listing at a …
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints2
Authoauth2
Categories1
https://api.ebay.com/sell/negotiation/v1