---
title: "Get Warehouse Customer"
method: GET
path: "/wms/warehouse-customers/{warehouse_customer_id}"
tags: ["wms", "Warehouse Customers"]
---

# Get Warehouse Customer

`GET /wms/warehouse-customers/{warehouse_customer_id}`

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

## Path parameters

- `warehouse_customer_id` string, required

## Headers

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

## Response `200`

Successful response

- WmsWarehouseCustomersSingleItemEndpoint
  - `data` WmsWarehouseCustomerApiItemSchema
    - `id` string, required — The unique ID of the warehouse customer.
    - `created_date` string, date-time, required — The date the warehouse customer was created.
    - `updated_date` string, date-time, required — The date the warehouse customer was last updated.
    - `name` string, required — The name of the warehouse customer.
    - `email` string, nullable, required — The email of the primary contact for the warehouse customer.
    - `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/revisions/4bc5c6e1a8bf/schema)
