---
title: "Query Warehouse Types"
method: GET
path: "/v2/warehouses/types"
tags: ["warehouse"]
---

# Query Warehouse Types

`GET /v2/warehouses/types`

Query all warehouse types

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all warehouse types.

- JTLWawiRestContractsModelsV1WarehouseWarehouseType[]
  - `id` string — Unique Id of the warehouse type as UUID.
  - `name` string — Name of the warehouse type.
  - `description` string — Description of the warehouse type.
  - `scope` string[] — List of Scopes with permissions

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.dev/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.dev/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
