Orders
post/api/v1.0/orders/{id}/refund
Path parameters
idinteger required
Request body
Example request
{
"RefundReason": "reason",
"RefundAmount": 20,
"NotifyCustomer": true
}Response
The order is successfully refunded.
Changes
No recorded changes to this endpoint across all 4 revisions of this API.