v1

latestOpenAPI 3.1.02026-07-22802,2441.7 MB
wms
Warehouse Customers

Get Warehouse Customer

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

get/wms/warehouse-customers/{warehouse_customer_id}

Path parameters

warehouse_customer_idstring required

Headers

x-trackstar-api-keystring required
Example:<x-trackstar-api-key>

Your organization-level Trackstar API key.

x-trackstar-access-tokenstring required
Example:<x-trackstar-access-token>

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

Response

Successful response

Example response

{
  "data": {
    "id": "warehouse_customer_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "name": "Customer Name",
    "email": "customer@email.com",
    "additional_fields": {
      "key": "value"
    }
  }
}