Increases the stock level and current stock value of a stock item by the specified quantity.
Name | Type | Description |
---|---|---|
stockItem | BookInStockItem | Book in parameters used to update stock items |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Stock/BookInStockItem
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
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"
}
This is an example of the response JSON. Results will vary depending on your data.