Using ebay-sdk-examples with ebay.com

PHP integration

Install
composer require ebay-sdk-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
SDK on GitHub 📄 API Docs
SDK
ebay-sdk-examples
PHP
API
ebay.com
ebay.com:sell-fulfillment
At a glance
Language PHP
Endpoints15
Base URLhttps://api.ebay.com/sell/fulfillment/v1