Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Stock /BookInStockItem

Allows 150 calls per minute

Response: Void



Increases the stock level and current stock value of a stock item by the specified quantity.

Parameters

NameTypeDescription
stockItemBookInStockItemBook in parameters used to update stock items

Permissions

GlobalPermissions.Inventory.Stock.StockWrite.ChangeStockLevelsNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Stock/BookInStockItem

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

stockItem={
  "StockItemId": "3f9ba5ec-1f45-4c82-9f6f-1085f3cc0f74",
  "LocationId": "d30189cb-4e28-4f3b-b9ea-ad608aab67ff",
  "QuantityReceived": 3,
  "CostPerUnit": 4.0,
  "BinRack": "sample string 5"
}

Response

This is an example of the response JSON. Results will vary depending on your data.