List available warehouses Run in API Explorer
Ask AI
Returns all warehouses accessible to your account based on active 3PL customer plans. Use the id from the response as warehouse_id when creating Inventory Requests or Middle Mile Orders.
GET
/api/external/hub/v1/warehouses
curl \
--request GET 'https://api.useshelf.com/api/external/hub/v1/warehouses'
Response examples (200)
[
{
"id": 42,
"warehouse_name": "string",
"go_ramp_warehouse_id": "string",
"customer_address": {}
}
]
Response examples (401)
{
"error": "string"
}
Response examples (404)
{
"error": "string"
}