---
title: "GetTransferItems"
method: GET
path: "/api/WarehouseTransfer/GetTransferItems"
tags: ["WarehouseTransfer"]
---

# GetTransferItems

`GET /api/WarehouseTransfer/GetTransferItems`

Use this call to retrieve a list of items on  the order and request/sent/received levels. This method will return multiple entries for a single item if the item exists in multiple bins.
<b>Permissions Required: </b> GlobalPermissions.Inventory.WarehouseTransferNode
<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

- `pkTransferId` string, uuid

## Response `200`

OK

- WarehouseTransferItem[]
  - `PkTransferItemId` string, uuid — Transfer ID
  - `FkStockItemId` string, uuid — Stock item ID (unique identifier)
  - `SKU` string — Product SKU
  - `Barcode` string — Product barcode
  - `ItemTitle` string — Product title
  - `RequestedQuantity` integer — Quantity requested for transfer
  - `SentQuantity` integer — Quantity transferred
  - `ReceivedQuantity` integer — Quantity received
  - `InFromLocationQuantity` integer — Quantity from location
  - `DueFromLocationQuantity` integer — Due from location quantity
  - `InToLocationQuantity` integer — Currently in location quantity
  - `ItemNoteCount` integer — Items notes count
  - `BinRackNumber` string — Stock item binrack
  - `PkBinId` string, uuid — Transfer bin ID
  - `ItemNotes` WarehouseTransferItemNote[] — List of transfer notes
    - `PkTransferItemNoteId` string, uuid — Stock item ID (unique identifier)
    - `NoteUser` string — User who added note
    - `Note` string — Note text
    - `NoteDateTime` string, date-time — When note was added
    - `NoteRead` boolean — If note is readable
    - `FkBinId` string, uuid — Bin ID
    - `PkTransferItemId` string, uuid — Transfer ID

---

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