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}' \
...
PreviousGetting refunds available for a shopper's orderNextManaging a refund for a delayed payment method
Last updated
Was this helpful?