Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetStockSupplierStat

Allows 250 calls per minute

Response: List<StockItemSupplierStat>



Use this call to retrieve report about "item supplier stat"

Parameters

NameTypeDescription
inventoryItemIdGuidUsed to specify report stock item id

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/GetStockSupplierStat

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

inventoryItemId=d14f2113-14f0-41da-b34b-f72883ed7dbc

Response

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
  }
]