Skip to content

Allows to patch the store with information like the store team status.

PATCH
/api/stores/{storeId}/information

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*
Typestring
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"name": "string",
"regionId": 0,
"location": {
"lat": 0,
"lon": 0
},
"address": {
"street": "string",
"city": "string",
"zipCode": "string"
},
"publicInfo": "string",
"publicTime": 0,
"categoryId": 0,
"chainId": 0,
"cooperationStatus": 0,
"description": "string",
"contact": {
"name": "string",
"phone": "string",
"fax": "string",
"email": "string"
},
"cooperationStart": "string",
"calendarInterval": 0,
"weight": 0,
"effort": 0,
"showsSticker": 0,
"publicity": 0,
"teamStatus": 0,
"options": {
"useRegionPickupRule": true
},
"groceries": [
0
],
"isHygieneRequired": true
}

Responses

Empty response on success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python