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

# GetReturnOrderInfo

`GET /api/ProcessedOrders/GetReturnOrderInfo`

Use this call to get basic information about a processed order (e.g. source, subsource, address) as seen on the Returns/Refunds screens.
<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
- `includeRefundLink` boolean

## Response `200`

OK

- ReturnOrderHeader
  - `pkOrderId` string, uuid — Order ID
  - `nOrderId` integer — Linnworks order number
  - `Source` string — ChannelName/Source (e.g. EBAY)
  - `SubSource` string — Subsource (e.g. EBAY1)
  - `PostalServiceName` string — Postal service name (e.g. Next day delivery)
  - `cShippingAddress` string — Shipping address
  - `cCurrency` string — Currency
  - `dReceivedDate` string, date-time — Order received date. When order was downloaded from the channel
  - `dProcessedOn` string, date-time — When order was processed
  - `fTotalCharge` number, double — OrdOrder total charge
  - `RefundLink` string — Link to order refund

---

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