Getting refunds for a specific order
Learn how to get refunds for a specific order.
Use GET /orders/{orderId}/refunds
request with the order identifier (orderId
) to get refunds for a specific order.
curl --location --request GET 'https://api.digitalriver.com/orders/{orderid}/refunds' \
--header 'authorization: bearer {auth_token}' \
...
PreviousGetting the available refunds for a specific orderNextGetting refunds available for a shopper's order
Last updated
Was this helpful?