Use this call to retrieve report about "item stock level"
Name | Type | Description |
---|---|---|
stockItemId | Guid | Used to specify stock item id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Stock/GetStockLevel
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.
stockItemId=b970e16a-2b41-48db-a6c9-01bcfbc7f700
This is an example of the response JSON. Results will vary depending on your data.
[
{
"Location": {
"StockLocationId": "971e9e95-1d55-440d-9b31-63553498c6b2",
"StockLocationIntId": 2,
"LocationName": "sample string 3",
"IsFulfillmentCenter": true,
"LocationTag": "sample string 5",
"BinRack": "sample string 6",
"IsWarehouseManaged": true
},
"StockLevel": 1,
"StockValue": 2.1,
"MinimumLevel": 3,
"InOrderBook": 4,
"Due": 5,
"JIT": true,
"InOrders": 4,
"Available": -3,
"UnitCost": 2.1,
"SKU": "sample string 7",
"AutoAdjust": true,
"LastUpdateDate": "2023-01-10T13:49:55.0632799+00:00",
"LastUpdateOperation": "sample string 10",
"rowid": "22faf71a-9a23-4d50-b55b-5b1ad95ef1cd",
"PendingUpdate": true,
"StockItemPurchasePrice": 13.1,
"StockItemId": "2545bc5f-aa31-420e-828b-f8b58ff61f00",
"StockItemIntId": 15
}
]