---
title: "UpdateInventoryItemStockField"
method: POST
path: "/api/Inventory/UpdateInventoryItemStockField"
tags: ["Inventory"]
---

# UpdateInventoryItemStockField

`POST /api/Inventory/UpdateInventoryItemStockField`

Update and return stock level
<b>Permissions Required: </b> GlobalPermissions.Inventory.Stock.StockWrite.ChangeStockItemDetailsNode
<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

## Request body

- InventoryUpdateInventoryItemStockFieldRequest
  - `inventoryItemId` string, uuid — Stock Item Id
  - `fieldName` 'SKU' | 'Title' | 'VariationGroupName' | 'RetailPrice' | 'PurchasePrice' | 'Tracked' | 'Barcode' | 'Available' | 'MinimumLevel' | 'InOrder' | 'StockLevel' | 'StockValue' | 'Due' | 'BinRack' | 'Category' | 'Image' | 'Weight' | 'DimHeight' | 'DimWidth' | 'DimDepth' | 'CreatedDate' | 'ModifiedDate' | 'SerialNumberScanRequired' | 'BatchNumberScanRequired' | 'BatchType' | 'JIT' | 'ReorderAmount' | 'ReorderDate' | 'AverageConsumption' | 'DefaultSupplier' — Name of field updated
  - `fieldValue` string — Input value
  - `locationId` string, uuid — Location Id
  - `changeSource` string — changeSource

## Response `200`

OK

- object

---

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