---
title: "Get Order Refunds"
method: GET
path: "/orders/{orderId}/refunds"
tags: ["Refund"]
---

# Get Order Refunds

`GET /orders/{orderId}/refunds`

Get refunds for an order by ID. Specify the ID of the order in the {orderId} URI path parameter.

## Path parameters

- `orderId` string, required

## Response `200`

Successful response.

- OrderLevelRefundResponse
  - `refunds` object[]
    - `id` string — The system-assigned refund ID for this order.
    - `status` string — The current status of the refund.
    - `reason` string — The reason for the refund.
    - `comments` string — Any comments added to this refund.
    - `type` string — The type of refund such as Order Level or Product Level refund.
    - `category` string — The refund category.
    - `generationDate` string — The date and time the refund was requested.
    - `generatedBy` string — The login ID of the person who issued the refund.
    - `origin` string — The requester who initiated the refund.
    - `policy` string — Lists the return policy for the products.
    - `currency` string — The refund currency.
    - `totalRefunded` object — The total amount that is refunded at this time.
    - `outstanding` object — The outstanding amount on the refund request.
    - `totalRequested` object — The total amount requested for the refund.

## Other responses

- `403` — Invalid token
- `404` — Order not found

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-admin-apis/revisions/a6efafc1669c/schema)
