---
title: "GetRefunds"
method: GET
path: "/api/ProcessedOrders/GetRefunds"
tags: ["ProcessedOrders"]
---

# GetRefunds

`GET /api/ProcessedOrders/GetRefunds`

Gets all refund order items for an order
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Query parameters

- `pkOrderId` string, uuid

## Response `200`

OK

- RefundInfo[]
  - `pkRefundRowId` string, uuid — Refund record ID
  - `SKU` string — Product SKU
  - `ItemTitle` string — Product title
  - `IsItem` boolean — If its an item that is refunded
  - `IsService` boolean — If its a service that is refunded
  - `Amount` number, double — Refund amount
  - `Reason` string — Reason for a refund
  - `Actioned` boolean — If refund has been actioned
  - `ActionDate` string, date-time — When refund was actioned
  - `ReturnReference` string — return reference number
  - `Cost` number, double — Cost
  - `RefundStatus` 'OPEN' | 'PROCESSED' | 'ERROR' | 'ERROR_ACKED' | 'PENDING'
  - `IgnoredValidation` boolean — Status of refund
  - `fkOrderItemRowId` string, uuid — Order item record ID
  - `ShouldSerializeChannelReason` boolean
  - `ChannelReason` string — Channel refund reason
  - `ShouldSerializeChannelReasonSec` boolean
  - `ChannelReasonSec` string — Secondary channel reason for a refund
  - `IsNew` boolean

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
