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=d14f2113-14f0-41da-b34b-f72883ed7dbc
This is an example of the response JSON. Results will vary depending on your data.
[
{
"IsDefault": true,
"Supplier": "sample string 2",
"SupplierID": "07534309-a92a-4efa-ab2a-8f8c1ae057cb",
"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": "9467c2eb-ef9e-4fb5-9da0-1c06b77829a5",
"StockItemIntId": 16
}
]