list_order_refunds
Retrieve all refunds for a specific order, including amounts, reasons, and the processor. Use the fields parameter to request only the data you need.
Instructions
List all refunds for an order. Shows refund amounts, reasons, and who processed them. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| fields | No | Comma-separated fields to return (default: id,date_created,amount,reason,refunded_by) | |
| order_id | Yes | Order ID | |
| per_page | No | Items per page (max 100) |