ls_refund_order
Issue a refund for an order by specifying the order ID and amount in cents. This action is irreversible.
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 |
|---|---|---|---|
| orderId | Yes | The order ID to refund | |
| amount | Yes | Refund amount in cents (e.g. 1000 = $10.00) |