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

# GetReturnItemsInfo

`GET /api/ProcessedOrders/GetReturnItemsInfo`

Use this call to get a list of all items on an order, including return quantities and resend quantities. The information can be used to calculate how many items has already been returned.
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>250</b></span> / minute

## Query parameters

- `pkOrderId` string, uuid

## Response `200`

OK

- OrderItemReturnInfo[]
  - `ChildItems` OrderItemReturnInfo[] — List of child items (populated if the return is a composite item)
  - `Batches` OrderItemReturnInfoBatched[] — Order Item Batches
    - `OrderItemBatchId` integer
    - `BatchInventoryId` integer
    - `BatchNumber` string
    - `DespatchUnitValue` number, double
    - `OrderId` string, uuid — Order Id [Guid]
    - `fkOrderItemRowId` string, uuid — Order item record row ID
    - `ParentRowId` string, uuid — Parent record row ID
    - `ReturnableQty` integer — Returnable quantity
    - `OrderQty` integer — Order quantity
    - `ReturnedQty` integer — Returned quantity
    - `SKU` string — Product SKU
    - `ItemTitle` string — Product title
    - `UnitValue` number, double — Item value
    - `TaxRate` number, double — Tax rate
    - `TaxCostInclusive` boolean — Indicates whether the UnitValue specified includes or exludes tax.
    - `Currency` string — Currency
    - `IsCompositeParent` boolean — If item is composite parent
    - `IsPartialCompositeReturn` boolean — If return is a part of composite item
    - `ParentRatio` integer
    - `pkStockItemId` string, uuid — Stock item ID
    - `ResentQty` integer — resend quantity
    - `fkRefundRowId` string, uuid — Refund Row Id
  - `OrderId` string, uuid — Order Id [Guid]
  - `fkOrderItemRowId` string, uuid — Order item record row ID
  - `ParentRowId` string, uuid — Parent record row ID
  - `ReturnableQty` integer — Returnable quantity
  - `OrderQty` integer — Order quantity
  - `ReturnedQty` integer — Returned quantity
  - `SKU` string — Product SKU
  - `ItemTitle` string — Product title
  - `UnitValue` number, double — Item value
  - `TaxRate` number, double — Tax rate
  - `TaxCostInclusive` boolean — Indicates whether the UnitValue specified includes or exludes tax.
  - `Currency` string — Currency
  - `IsCompositeParent` boolean — If item is composite parent
  - `IsPartialCompositeReturn` boolean — If return is a part of composite item
  - `ParentRatio` integer
  - `pkStockItemId` string, uuid — Stock item ID
  - `ResentQty` integer — resend quantity
  - `fkRefundRowId` string, uuid — Refund Row Id

---

[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)
