ebay_get_refunded_orders
Retrieve recent seller orders that have refunds by scanning orders via eBay Fulfillment API getOrders. Returns only orders with non-empty refund arrays, without issuing refunds.
Instructions
Scan recent seller orders for refunds. Calls Fulfillment API getOrders and returns orders with a non-empty paymentSummary.refunds array. Read-only helper — does not issue refunds or call the Post-Order API.
Required OAuth Scope: sell.fulfillment.readonly or sell.fulfillment Minimum Scope: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional Fulfillment getOrders filter expression (e.g. creationdate:[2024-01-01T00:00:00.000Z..2024-12-31T23:59:59.999Z]) | |
| maxResults | No | Maximum orders to scan via getOrders (default 50) |