Provides store information, contacts and options for a store id.
GET
/api/stores/{storeId}/information
Depending on the access permission some information are not provided.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
storeId*
Typestring
RequiredPattern
"\\d+"
Responses
Success.
application/json
JSON
{
"id": 0,
"name": "string",
"region": {
"id": 0,
"name": "string"
},
"location": {
"lat": 52.5,
"lon": 13.4
},
"address": {
"street": "",
"postalCode": "string",
"city": ""
},
"publicInfo": "string",
"publicTime": 0,
"category": {
"id": 0
},
"chain": {
"id": 0,
"information": "string"
},
"cooperationStatus": 0,
"cooperationStart": "string",
"description": "string",
"contact": {
"name": "",
"phone": "",
"fax": "",
"email": ""
},
"calendarInterval": 0,
"weight": 0,
"effort": 0,
"publicity": 2,
"showsSticker": 2,
"groceries": [
0
],
"teamStatus": 0,
"isHygieneRequired": false,
"options": {
"useRegionPickupRule": false
},
"createdAt": "string",
"updatedAt": "string"
}