ebay_issue_refund
Issue a full or partial refund for an eBay order. Specify the reason and amount to refund buyers.
Instructions
Issue a full or partial refund for an eBay order. Use this to refund buyers for orders, including specifying the refund amount and reason.
Required OAuth Scope: sell.fulfillment Minimum Scope: https://api.ebay.com/oauth/api_scope/sell.fulfillment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | The unique eBay order ID to refund | |
| refundData | Yes | Refund details including amount, reason, and optional comment. Must include reasonForRefund (required), and either refundItems (for line item refunds) OR orderLevelRefundAmount (for full order refunds). |