Use this call to retrieve report about "item stock due po"
Name | Type | Description |
---|---|---|
stockItemId | Guid | Used to specify report stock item id |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Stock/GetStockDuePO HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
stockItemId=68f6abf6-a052-4ed6-bd55-dd5efea0287d
This is an example response. Results may vary depending on your data.
[
{
"SupplierName": "sample string 1",
"Location": {
"StockLocationId": "a90ddae7-bd42-4604-bc11-29d2436b2e3f",
"LocationName": "sample string 2",
"IsFulfillmentCenter": true,
"LocationTag": "sample string 4",
"BinRack": "sample string 5",
"IsWarehouseManaged": true
},
"SupplierId": "d40cf2ff-c154-41d9-9b14-a3ec795c15e2",
"DateOfPurchase": "2019-11-28T09:46:00.6710986+00:00",
"QuotedDeliveryDate": "2019-11-28T09:46:00.6710986+00:00",
"Quantity": 5,
"Delivered": 6,
"UnitCost": 7.1,
"StockItemId": "6fc60d70-978c-4d01-a2f9-13176ca20188",
"StockItemIntId": 9
},
{
"SupplierName": "sample string 1",
"Location": {
"StockLocationId": "a90ddae7-bd42-4604-bc11-29d2436b2e3f",
"LocationName": "sample string 2",
"IsFulfillmentCenter": true,
"LocationTag": "sample string 4",
"BinRack": "sample string 5",
"IsWarehouseManaged": true
},
"SupplierId": "d40cf2ff-c154-41d9-9b14-a3ec795c15e2",
"DateOfPurchase": "2019-11-28T09:46:00.6710986+00:00",
"QuotedDeliveryDate": "2019-11-28T09:46:00.6710986+00:00",
"Quantity": 5,
"Delivered": 6,
"UnitCost": 7.1,
"StockItemId": "6fc60d70-978c-4d01-a2f9-13176ca20188",
"StockItemIntId": 9
}
]