ebay_get_payment_dispute_summaries
Retrieve payment dispute summaries, filtered by status, buyer, or order ID to manage eBay disputes.
Instructions
Get summaries of all payment disputes. Use filters to narrow results by dispute status, buyer username, or order ID.
Required OAuth Scope: sell.fulfillment Minimum Scope: https://api.ebay.com/oauth/api_scope/sell.fulfillment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of disputes to return (default: 200) | |
| offset | No | Number of disputes to skip for pagination | |
| openFilter | No | If true, only return open disputes. If false, only return closed disputes | |
| buyerFilter | No | Filter by buyer username (e.g., buyer_username:testbuyer) | |
| orderFilter | No | Filter by order ID (e.g., orderid:170123456789) |