Skip to main content
GET
/
api
/
Warehouse
/
GetWarehouse
Get warehouse details by ID
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Warehouse/GetWarehouse \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "warehouseId": 123,
  "warehouseName": "<string>"
}
Fetches details for a single warehouse by warehouseId. Use this when you have a warehouse reference (from a shipment, instruction, or inventory record) and need its address, contact, or capability details.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

warehouseId
integer<int32>

Warehouse identifier

Response

Success

warehouseId
integer<int32>

Warehouse unique identifier

warehouseName
string

Warehouse name