StoreGetResponse
JSON
{
"id": 900000,
"name": "Foo Snackbar",
"address": "Laan 34b",
"postal": "1337AA",
"city": "Amsterdam",
"telephone": "0345639100",
"lat": "51.945181",
"long": "5.220946",
"kvkNo": "123456789",
"efoodUrl": "https://e-food.nl/foo/bar"
}
Explanation
| Key | Type | Example | Optional | Description |
|---|---|---|---|---|
| id | string | 900000 | No | The unique ID of this store |
| name | string | Foo Snackbar | No | The name of this store |
| address | string | Laan 34b | No | The address of this store |
| postal | string | 1337AA | No | The postal code of this store |
| city | string | Amsterdam | No | The name of the city this store is located in |
| telephone | string | 0345639100 | No | The telephone number of this store |
| lat | string | 51.945181 | Yes | The latitude corresponding to the store geoposition |
| long | string | 5.220946 | Yes | The longitude corresponding to the store geoposition |
| kvkNo | string | 123456789 | Yes | The registration number at the chamber of commerce |
| efoodUrl | string | https://e-food.nl/foo/bar | No | The URL for this store' web shop instance |
Please contact us in case you are missing fields.