ebay.com

Use the Fulfillment API to complete the process of packaging, addressing, handling, and shipping each order on behalf of the seller, in accordance with the payment method and timing specified at checkout.

🔑 oauth2 15 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
Use this call to search for and retrieve one or more orders based on their cr…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/fulfillment/v1/order
Use this call to retrieve the contents of an order based on its unique identi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/fulfillment/v1/order/{orderId}
Search Payment Dispute by Filters
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/fulfillment/v1/payment_dispute_summary
Endpoints (15 total)
GET
/order
Use this call to search for and retrieve one or more orders based on their cr…
GET
/order/{orderId}
Use this call to retrieve the contents of an order based on its unique identi…
GET
/payment_dispute_summary
Search Payment Dispute by Filters
GET
/order/{orderId}/shipping_fulfillment
Use this call to retrieve the contents of all fulfillments currently defined …
GET
/payment_dispute/{payment_dispute_id}
Get Payment Dispute Details
GET
/payment_dispute/{payment_dispute_id}/activity
Get Payment Dispute Activity
GET
/order/{orderId}/shipping_fulfillment/{fulfillmentId}
Use this call to retrieve the contents of a fulfillment based on its unique i…
GET
/payment_dispute/{payment_dispute_id}/fetch_evidence_content
Get Payment Dispute Evidence File
POST
/order/{order_id}/issue_refund
Issue Refund
POST
/order/{orderId}/shipping_fulfillment
When you group an order's line items into one or more packages, each package …
POST
/payment_dispute/{payment_dispute_id}/accept
Accept Payment Dispute
POST
/payment_dispute/{payment_dispute_id}/contest
Contest Payment Dispute
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints15
Authoauth2
Categories1
https://api.ebay.com/sell/fulfillment/v1