---
title: "Get all warehouses"
method: GET
path: "/v2/inventory/warehouses/list"
tags: ["Inventory V2"]
---

# Get all warehouses

`GET /v2/inventory/warehouses/list`

## Response `200`

Success

- WarehousesV2
  - `success` boolean — Success
  - `errors` object — Error details
  - `error_code` string — Error Code
  - `message` string — Message
  - `warehouses` WarehousesGetV2[]
    - `warehouse_id` integer — Warehouse ID
    - `name` string — Warehouse Name

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/getswipe/apis/swipeapi.md) · [All operations](https://skmtc.dev/getswipe/apis/swipeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getswipe/swipeapi/revisions/80fcaf1a3463/schema)
