get
https://demo.inhousedelivery.cloud/v1/locations/
Returns the location details for a given location id.
| response payload property | type | description |
|---|---|---|
| id | string | unique location id assigned by IHD |
| name | string | location name |
| phone | string | phone number of the location in e.164 format. e.g. 17204075299 |
| timezone | string | timezone of the location |
| distance_unit | string | Possible values are "mile" or "kms" depending on the distance unit observed in the country of that location |
| description | string | Notes about the location |
| address | object | Represents the full address details including google place id as well as lat / lng values of the location |
