Getting the available refunds for a specific order

Learn how to get the available refunds for a specific order.

Use the GET /orders/{orderId}/refunds-available request to get the amount available for a refund (amountAvailableForRefund) for the specified order identifier (orderId).

curl --location --globoff 'api.digitalriver.com/order-api/orders/{orderID}/refunds-available' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <<full access token>>'

Last updated