---
title: "PUT /warehousetransfer/transfers/UpdateItemsReceivedQuantities"
method: PUT
path: "/warehousetransfer/transfers/UpdateItemsReceivedQuantities"
tags: ["WarehouseTransfer"]
---

# PUT /warehousetransfer/transfers/UpdateItemsReceivedQuantities

`PUT /warehousetransfer/transfers/UpdateItemsReceivedQuantities`

Use this call to change the received quantity of a stock transfer items, adjusting stock levels.
Batched items will be received into the same batches they were originally sent with

## Request body

- UpdateItemsReceivedQuantitiesRequest — Request to update received quantities for items in a transfer.
  - `transferId` integer, required
  - `items` ItemsReceivedQuantities[], required
    - `transferItemId` integer, required
    - `receivedQuantity` integer

## Response `200`

Success

- UpdateItemsReceivedQuantitiesResponse
  - `transferId` integer
  - `items` ItemsReceivedQuantitiesResponse[], nullable
    - `transferItemId` integer
    - `receivedQuantity` integer

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