Parameter | Description | Type |
---|---|---|
id | ID internal | integer |
Status | Description |
---|---|
422 | Invalid parameters (see example on the right) |
{
"id": 1234,
"parent_id": 1234,
"store_id": "1234",
"department_id": 1234,
"name": "Store name",
"department": "Departament name",
"categories": [
"category 1",
"category 2"
],
"floor": "floor",
"location": "location",
"area": 1000,
"zones": [
"zone"
],
"opening_hours": [
{
"name": "monday",
"hours": "10:00-20:00"
},
{
"name": "tuesday",
"hours": "10:00-20:00"
},
{
"name": "wednesday",
"hours": "10:00-20:00"
},
{
"name": "thursday",
"hours": "10:00-20:00"
},
{
"name": "friday",
"hours": "10:00-20:00"
},
{
"name": "saturday",
"hours": "10:00-18:00"
},
{
"name": "sunday",
"hours": "closed"
}
],
"logo_url": "http://foo.foo/foo.png",
"description": "Description",
"phone": "+48784478457",
"external_url": "http://foo.com",
"tenant_categories": [
"Category1",
"Category2"
],
"status": "active",
"locations": [],
"opening_hours_inherited": false
}
id
is invalid (422), returns:{
"error": "Store not found"
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/stores/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}