# Get a specific inventory warehouse and related properties using its warehouse ID Endpoint: GET /v2/inventory_warehouses/{inventory_warehouse_id} Version: 2.0.0 Security: api_keys ## Path parameters: - `inventory_warehouse_id` (string, required) ## Response 200 fields (application/json): - `inventory_warehouse_id` (string) - `name` (string) - `created_at` (string) - `updated_at` (string)