ebay_get_payment_dispute_summaries
Retrieve summaries of payment disputes. Filter results 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 |
|---|---|---|---|
| orderFilter | No | Filter by order ID (e.g., orderid:170123456789) | |
| buyerFilter | No | Filter by buyer username (e.g., buyer_username:testbuyer) | |
| openFilter | No | If true, only return open disputes. If false, only return closed disputes | |
| limit | No | Maximum number of disputes to return (default: 200) | |
| offset | No | Number of disputes to skip for pagination |