---
title: "GET /warehousetransfer/transfers/GetTransferItemBatches/{transferId}"
method: GET
path: "/warehousetransfer/transfers/GetTransferItemBatches/{transferId}"
tags: ["WarehouseTransfer"]
---

# GET /warehousetransfer/transfers/GetTransferItemBatches/{transferId}

`GET /warehousetransfer/transfers/GetTransferItemBatches/{transferId}`

## Path parameters

- `transferId` integer, required

## Query parameters

- `stockItemIds` integer[]
- `locationType` 0 | 1 — Possible values are: ShipFrom=0; Destination=1;

## Response `200`

Success

- GetBatchesByWarehouseTransferIdResponse
  - `batches` StockItemBatchResponse[], nullable
    - `fkBinRackId` integer, nullable
    - `batchId` integer
    - `batchInventoryId` integer
    - `binRackType` BinRackResponse
      - `binRackId` integer
      - `binRack` string, nullable
      - `binRackTypeId` integer
      - `binRackTypeName` string, nullable
      - `routingSequence` integer
    - `binRack` string, nullable
    - `expiresOn` string, date-time
    - `number` string, nullable
    - `prioritySequence` integer
    - `available` integer
    - `quantity` integer
    - `sellBy` string, date-time
    - `status` string, nullable
    - `stockItemIntId` integer
    - `stockItemId` string, uuid
    - `stockLocationId` string, uuid
    - `stockValue` number, double

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed

---

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