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
| Parameter | Type | Description |
|---|---|---|
fields | string | Fields 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