ebay.com

The Feed API lets sellers upload input files, download reports and files including their status, filter reports using URI parameters, and retrieve customer service metrics task details.

🔑 oauth2 23 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 the details and status for an array of tasks based on a s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/feed/v1/task
This method retrieves an array containing the details and status of all sched…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/feed/v1/schedule
This method returns the details and status for an array of order tasks based …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/feed/v1/order_task
Endpoints (23 total)
GET
/task
This method returns the details and status for an array of tasks based on a s…
GET
/schedule
This method retrieves an array containing the details and status of all sched…
GET
/order_task
This method returns the details and status for an array of order tasks based …
GET
/inventory_task
This method searches for multiple tasks of a specific feed type, and includes…
GET
/task/{task_id}
This method retrieves the details and status of the specified task. The input…
GET
/schedule_template
This method retrieves an array containing the details and status of all sched…
GET
/order_task/{task_id}
This method retrieves the task details and status of the specified task. The …
GET
/schedule/{schedule_id}
This method retrieves schedule details and status of the specified schedule. …
GET
/inventory_task/{task_id}
This method retrieves the task details and status of the specified inventory-…
GET
/customer_service_metric_task
Use this method to return an array of customer service metric tasks. You can …
GET
/task/{task_id}/download_input_file
This method downloads the file previously uploaded using <strong>uploadFile</…
GET
/task/{task_id}/download_result_file
This method retrieves the generated file that is associated with the specifie…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints23
Authoauth2
Categories1
https://api.ebay.com/sell/feed/v1