---
title: "Get Warehouse"
method: GET
path: "/wms/warehouses/{warehouse_id}"
tags: ["wms", "Warehouses"]
---

# Get Warehouse

`GET /wms/warehouses/{warehouse_id}`

Returns a single Warehouse for the WMS connection with the associated warehouse id.

## Path parameters

- `warehouse_id` string, required

## Headers

- `x-trackstar-api-key` string, required
- `x-trackstar-access-token` string, required

## Response `200`

Successful response

- WmsWarehousesSingleItemEndpoint
  - `data` WmsWarehouseApiItemSchema
    - `id` string, required — The unique ID of the warehouse.
    - `created_date` string, date-time, required — The date the warehouse was created.
    - `updated_date` string, date-time, required — The date the warehouse was last updated.
    - `name` string, required — The name of the warehouse.
    - `code` string, nullable, required — The warehouse code.
    - `address` ShipFromAddress, required
      - `address1` string, nullable, required
      - `address2` string, nullable, required
      - `address3` string, nullable, required
      - `city` string, nullable, required
      - `state` string, nullable, required
      - `postal_code` string, nullable, required
      - `country` string, nullable, required
    - `trackstar_tags` unknown[], nullable, required — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `additional_fields` object, required — Integration-specific fields
    - `trackstar_created_date` string, date-time, required
    - `trackstar_updated_date` string, date-time, required

## Other responses

- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/trackstarhq/apis/trackstar-api.md) · [All operations](https://skmtc.net/trackstarhq/apis/trackstar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackstarhq/trackstar-api/versions/4bc5c6e1a8bf/schema)
