---
title: "List warehouses"
method: GET
path: "/warehouses"
tags: ["warehouses"]
---

# List warehouses

`GET /warehouses`

Retrieves a list of your Ship From Locations (formerly known as warehouses).

**Note:** In the API, the endpoint is called warehouse, but the process actually affects Ship From Locations in the UI.

## Response `200`

List of warehouses retrieved successfully

- object[]
  - `warehouseId` integer
  - `warehouseName` string
  - `originAddress` Address — Physical address for shipping or billing
    - `name` string — Name of the recipient
    - `company` string, nullable — Company name
    - `street1` string — First line of the street address
    - `street2` string, nullable — Second line of the street address
    - `street3` string, nullable — Third line of the street address
    - `city` string — City name
    - `state` string — State or province code
    - `postalCode` string — Postal or ZIP code
    - `country` string — Two-letter ISO country code
    - `phone` string, nullable — Phone number
    - `residential` boolean, nullable — Whether the address is residential
    - `addressVerified` string, nullable — Address verification status
  - `returnAddress` Address — Physical address for shipping or billing
    - `name` string — Name of the recipient
    - `company` string, nullable — Company name
    - `street1` string — First line of the street address
    - `street2` string, nullable — Second line of the street address
    - `street3` string, nullable — Third line of the street address
    - `city` string — City name
    - `state` string — State or province code
    - `postalCode` string — Postal or ZIP code
    - `country` string — Two-letter ISO country code
    - `phone` string, nullable — Phone number
    - `residential` boolean, nullable — Whether the address is residential
    - `addressVerified` string, nullable — Address verification status
  - `isDefault` boolean

## Other responses

- `401` — Unauthorized - Authentication credentials are missing or invalid
- `500` — Internal Server Error - An error occurred on the server

---

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