Use this call to retrieve report about "item supplier stat"
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | Used to specify report stock item id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetStockSupplierStat
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.
inventoryItemId=777b027a-b6b2-4796-a6d2-4fd9e1d4a265
This is an example of the response JSON. Results will vary depending on your data.
[
{
"IsDefault": true,
"Supplier": "sample string 2",
"SupplierID": "0a7e9fb8-5463-4f0a-b49b-f20c204802f5",
"Code": "sample string 4",
"SupplierBarcode": "sample string 5",
"LeadTime": 6,
"PurchasePrice": 7.1,
"MinPrice": 8.1,
"MaxPrice": 9.1,
"AveragePrice": 10.1,
"AverageLeadTime": 11.1,
"SupplierMinOrderQty": 12,
"SupplierPackSize": 13,
"SupplierCurrency": "sample string 14",
"StockItemId": "8be1844a-116b-4f5a-be47-ae02e355e1b8",
"StockItemIntId": 16
}
]