Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Dashboards /GetInventoryLocationData

Allows 150 calls per minute

Response: List<StockItemLocation>



Use this call to retrieve report about "Stock info for locations"

Parameters

NameTypeDescription
dateNullable<DateTime>Used to specify report date or null for current period

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Dashboards/GetInventoryLocationData

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.

date=2023-01-10T13:49:46.3530722+00:00

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "StockLocationId": "ef40f287-ef55-48ce-9226-345879e59df8",
    "Location": "sample string 2",
    "StockLevel": 3.1,
    "StockValue": 4.1
  }
]