---
title: "Retrieve List of Warehouses"
method: GET
path: "/v1/integrations/warehouses"
tags: ["Warehouses"]
---

# Retrieve List of Warehouses

`GET /v1/integrations/warehouses`

Returns all enabled warehouses for the account associated with your API key. Warehouse IDs and identifiers are required across various endpoints and can be included in query parameters to filter results.

## Query parameters

- `page` integer
- `pageSize` integer
- `sortBy` 'name' | 'id'
- `sortOrder` 'DESC' | 'ASC'

## Response `200`

Success

- object
  - `paginator` ShipMonkApiOutputPaginatorOutput, required
    - `total` integer, required
    - `pages` integer, required
    - `page` integer, required
  - `status` integer, required
  - `data` FulfillmentPublicApiBundleApiResourceWarehouseWarehouseListOutput[], required
    - `id` integer, required — Unique numeric identifier of the warehouse.
    - `identifier` string, required — Short warehouse code (e.g., CA1) used as a stable, human-readable reference.
    - `name` string, required — Display name of the warehouse.
    - `timezone` string, required — IANA time zone of the warehouse location (e.g., America/Los_Angeles).
    - `warehouse_wms_type` string, required — Warehouse management system backing this warehouse.
    - `enabled` boolean, required — Whether the warehouse is currently active and accepting shipments.
    - `address` FulfillmentPublicApiBundleApiResourceAddressAddressDetailOutput, required
      - `name` string, nullable, required
      - `company` string, nullable, required
      - `street1` string, nullable, required
      - `street2` string, nullable, required
      - `street3` string, nullable, required
      - `city` string, nullable, required
      - `state` string, nullable, required
      - `postal_code` string, nullable, required
      - `phone` string, nullable, required
      - `residential` boolean, required
      - `verified` boolean, required
      - `country` string, nullable, required

---

[API](https://skmtc.net/shipmonk/apis/shipmonk-api.md) · [All operations](https://skmtc.net/shipmonk/apis/shipmonk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmonk/shipmonk-api/revisions/59ec2621d98d/schema)
