Using .github with ebay.com

unknown integration

Install
# See https://github.com/gege-circle/.github
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
.github
unknown
API
ebay.com
ebay.com:sell-fulfillment
At a glance
Language unknown
Endpoints15
Base URLhttps://api.ebay.com/sell/fulfillment/v1