get https://eu-ext.linnworks.net/api/Dashboards/GetLowStockLevel
Use this call to retrieve report about "Low stock in location"
Rate limit: 150 / minute
Log in to see full request history
Response
Use this call to retrieve report about "Low stock in location"
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Dashboards/GetLowStockLevel \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"ItemTitle": "string",
"ItemNumber": "string",
"Quantity": 0,
"MinimumLevel": 0,
"InBooks": 0,
"Location": "string"
}
]