Skip to main content
GET
Get warehouse by ID

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

warehouseId
integer
required

Warehouse ID

Response

Successful response

id
integer

Warehouse ID

status
string | null

Warehouse status (e.g. active, inactive)

name
string

Warehouse name

address
string | null

Street address

street_address_1
string | null

Street address line 1

street_address_2
string | null

Street address line 2

city
string | null

City

state
string | null

State/province

zip
string | null

Postal/ZIP code

country
string | null

Country

is_pick_location
boolean

Whether this warehouse is a pick location

created_at
string<date-time>

When the warehouse was created

updated_at
string<date-time>

When the warehouse was last updated