Getting the JSON schema for an order refund

Learn how to retrieve the JSON schema for an order refund.

Use the GET /orders/{orderId}/refunds/schema to retrieve the JSON schema for a refund associated with an order.

curl --location --request GET 'https://api.digitalriver.com/orders/{orderid}/refunds/schema' \
--header 'authorization: bearer {auth_token}' \
...

Last updated