---
title: "FindWarehouseTransferStockItems"
method: GET
path: "/warehousetransfer/stock/FindWarehouseTransferStockItems"
tags: ["StockItem"]
---

# FindWarehouseTransferStockItems

`GET /warehousetransfer/stock/FindWarehouseTransferStockItems`

Used to get stock items for warehouse transfer

## Query parameters

- `keyword` string
- `fromLocationId` string, uuid
- `toLocationId` string, uuid
- `entriesPerPage` integer
- `pageNumber` integer
- `sortColumn` string
- `sortDirection` string

## Response `200`

Success

- WarehouseTransferStockItemModelGenericPagedResult — Order item object
  - `pageNumber` integer — Result page number
  - `entriesPerPage` integer — Result page size, quantity of records per page
  - `totalEntries` integer — Total records
  - `totalPages` integer — Total pages
  - `data` WarehouseTransferStockItemModel[], nullable
    - `stockItemId` string, uuid — Stock Item Guid
    - `stockItemIntId` integer — Stock Item integer Id
    - `itemNumber` string, nullable — SKU
    - `itemTitle` string, nullable — Item title
    - `fromAvailableQuantity` integer — Available (Ship from)
    - `destinationAvailableQuantity` integer — Available (Destination Warehouse)
    - `fromDueQuantity` integer — Due (Ship From Warehouse)
    - `thumbnailSource` string, nullable
    - `rowsCount` integer

## Other responses

- `201` — Success
- `204` — Success
- `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/revisions/0123569a22fb/schema)
