GET
/
wms
/
warehouse-customers
/
{warehouse_customer_id}
curl --request GET \
  --url https://production.trackstarhq.com/wms/warehouse-customers/{warehouse_customer_id} \
  --header 'x-trackstar-access-token: <x-trackstar-access-token>' \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
  "data": {
    "id": "warehouse_customer_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "name": "Customer Name"
  }
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

x-trackstar-access-token
string
required

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Path Parameters

warehouse_customer_id
string
required

Response

200 - application/json
data
object