Getting refunds available for a shopper's order

Learn how to retrieve the refunds available for a shopper's order.

Use GET /orders/{orderId}refunds?token={the shopper's token} to get the refunds available for a shopper's order.

curl --location --request GET 'https://api.digitalriver.com/orders/active/refunds-available?token={the shopper's token}' \--header 'authorization: Basic ***\
...

Last updated