ebay_get_payment_dispute_summaries
Retrieve summaries of payment disputes, with optional filters by dispute status, buyer username, or order ID.
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) |