get https://eu-ext.linnworks.net/api/ReturnsRefunds/GetWarehouseLocations
Gets all warehouse locations
Permissions Required: GlobalPermissions.OrderBook.ReturnsRefundsNode
Rate limit: 150 / minute
Log in to see full request history
Response
Gets all warehouse locations
Permissions Required: GlobalPermissions.OrderBook.ReturnsRefundsNode
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/ReturnsRefunds/GetWarehouseLocations \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"LocationName": "string",
"pkStockLocationId": "00000000-0000-0000-0000-000000000000"
}
]