ls_refund_order
Refund an order by providing the order ID and amount in cents. This irreversible action reverses a payment for the specified order.
Instructions
Issue a refund for an order. This is irreversible — the refund amount is in cents (e.g. 1000 = $10.00).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Refund amount in cents (e.g. 1000 = $10.00) | |
| orderId | Yes | The order ID to refund |