Skip to main content

Warehouse detail

Returns one warehouse by id in the path.

Endpoint

URL: /api/v6/warehouses/{id}
Method: GET

{id} is the warehouse id (integer).

Request headers

X-API-KEY: <your_api_key>

Query parameters

ParameterTypeDescription
fieldsstringFields to return.

Example request

GET /api/v6/warehouses/1?fields=id,store_name,store_code HTTP/1.1
Host: example.getflycrm.com
X-API-KEY: your-api-key