GET /v1/warehouses/{id_warehouse}
View a warehouse by ID
Parameters
+ id_warehouse (number, required) - warehouse identifier
Request
application/json
TS-Apikey: api_key
{}
Response
application/json
HTTP 200
{
"item": {
"id_warehouse": 1,
"name": "TESCO"
}

