List payment dispute summaries
documentedRetrieve summaries of payment disputes filed against the seller.
GET /sell/fulfillment/v1/payment_dispute_summaryPayment Disputesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.ebay.com/sell/fulfillment/v1/payment_dispute_summary?limit={{limit}}&offset={{offset}}&buyer_username={{buyer_username}}&payment_dispute_status={{payment_dispute_status}}&open_date_from={{open_date_from}}&open_date_to={{open_date_to}}&order_id={{order_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"