Using china-dictatorship with ebay.com

HTML integration

Install
# See https://github.com/cirosantilli/china-dictatorship
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
SDK on GitHub 📄 API Docs
SDK
china-dictatorship
HTML
API
ebay.com
ebay.com:sell-fulfillment
At a glance
Language HTML
Endpoints15
Base URLhttps://api.ebay.com/sell/fulfillment/v1