get https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemLocations
Use this call to get stock item locations bin/rack
Rate limit: 250 / minute
Log in to see full request history
Response
Use this call to get stock item locations bin/rack
Rate limit: 250 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemLocations \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"StockLocationId": "00000000-0000-0000-0000-000000000000",
"LocationName": "string",
"BinRack": "string",
"StockItemId": "00000000-0000-0000-0000-000000000000",
"StockItemIntId": 0
}
]