GET /company/@id/shops
Replace the @ keywords in the URL with their corresponding value.
A dictionary with fields
Field | Type | Description |
---|---|---|
id | Int | ID of the company to return shops from |
GET /company/15/shops HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.10.0
Accept-Language: en-US,en;q=0.5
Maximum 20. Array of Shop.extended: [Shop.extended]
Field | Type | Description |
---|---|---|
id | Int | Id of the shop |
name | String | Name of the shop (translated) |
address | Address.detailed | An address |
allow_comments | Bool | A boolean value |
url | String | A String value |
allow_order_comments | Bool | A boolean value |
allow_product_comments | Bool | A boolean value |
allow_order_messages | Bool | A boolean value |
global_discount_percentage | Int | Discount percentage for all products |
offers | [Offer.detailed] | Array of Offer.detailed |
images | [String: Image] | Dictionary of Image with keys of type String |
allow_orders | Bool | A boolean value |
delivery_use_intervals | Bool | A boolean value |
categories | [Category.simple] | Array of Category.simple |
category_groups | [CategoryGroup] | List of category groups. The ids refer to a category in the categories field. Categories without a CategoryGroup should also get displayed. |
allow_invoices | Bool | A boolean value |
category_groups_overview | Bool | Show an overview of all the category groups on the webshop homepage |
display_mode | String | String enumarion of 'blocks', 'list' |
takeout_use_intervals | Bool | A boolean value |
joyn_enabled | Bool | A boolean value |
category_overview | Bool | Show an overview of all the categories on the webshop homepage |
fold_category_groups | Bool | Whether the shop prefers to hide all the categories for all category groups by default |
hours | [MethodHours] | Information about the opening hours, delivery hours... for all available methods and machines |
contact | Contact | Contact details of a shop |
messages | [Message] | You are required to keep track of the messages the user saw. When you receive new messages, you should indicate this in the app with a bubble icon (e.g. red circle with number of new messages) |
info | [Message] | Same as messages, but you shouldn't notify the user when this changes or is received for the first time |
status | ShopStatus | |
has_specialties | Bool | A boolean value |
promotion | Promotion | The info about the shop promotion |
delivery | Dictionary | A dictionary with fields |
currency | Currency | 3 letter ISO 4217 currency name (string) |
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 66808
[
{
"id": 15,
"name": "Mr. Magnus Littel MD",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"allow_comments": true,
"url": "...",
"allow_order_comments": false,
"allow_product_comments": true,
"allow_order_messages": true,
"global_discount_percentage": 10,
"offers": [
{
"id": 16,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 11,
"recurring_on": {
"day_1": 12,
"day_2": 16,
"day_3": 15,
"day_4": 12,
"day_5": 18,
"day_6": 13,
"day_7": 15
},
"items": [
{
"type": "percentage",
"x": 14,
"y": 13,
"percentage": 17,
"minimum": 18,
"applies_to": "category",
"item_id": 12
},
{
"type": "percentage",
"x": 17,
"y": 15,
"percentage": 14,
"minimum": 16,
"applies_to": "category",
"item_id": 11
},
{
"type": "percentage",
"x": 14,
"y": 11,
"percentage": 18,
"minimum": 18,
"applies_to": "category",
"item_id": 14
}
]
},
{
"id": 13,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 18,
"recurring_on": {
"day_1": 19,
"day_2": 15,
"day_3": 11,
"day_4": 15,
"day_5": 16,
"day_6": 17,
"day_7": 18
},
"items": [
{
"type": "percentage",
"x": 12,
"y": 15,
"percentage": 19,
"minimum": 17,
"applies_to": "category",
"item_id": 13
},
{
"type": "percentage",
"x": 19,
"y": 12,
"percentage": 19,
"minimum": 16,
"applies_to": "category",
"item_id": 16
},
{
"type": "percentage",
"x": 11,
"y": 17,
"percentage": 10,
"minimum": 15,
"applies_to": "category",
"item_id": 17
}
]
},
{
"id": 18,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 16,
"recurring_on": {
"day_1": 16,
"day_2": 14,
"day_3": 10,
"day_4": 13,
"day_5": 19,
"day_6": 14,
"day_7": 12
},
"items": [
{
"type": "percentage",
"x": 15,
"y": 11,
"percentage": 13,
"minimum": 15,
"applies_to": "category",
"item_id": 18
},
{
"type": "percentage",
"x": 12,
"y": 19,
"percentage": 11,
"minimum": 18,
"applies_to": "category",
"item_id": 17
},
{
"type": "percentage",
"x": 15,
"y": 13,
"percentage": 10,
"minimum": 13,
"applies_to": "category",
"item_id": 10
}
]
}
],
"images": {
"avatar": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 12,
"white_background": true
}
},
"allow_orders": true,
"delivery_use_intervals": true,
"categories": [
{
"id": 11,
"name": "Luther Medhurst",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 11,
"white_background": false
},
"only_order_in_store": false,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 12,
"white_background": true
},
"seo": {
"title": {
"en": "Consectetur repudiandae corrupti alias nulla et est."
},
"description": {
"en": "Eligendi itaque provident sint aut totam at ducimus. Cum consequatur excepturi blanditiis ut modi temporibus vel sit. Nihil accusamus nihil totam unde voluptas. Accusantium explicabo rerum ut."
},
"url": {
"en": "http://www.conn.com/et-explicabo-neque-minus-deserunt-est-ratione"
}
}
},
{
"id": 10,
"name": "Hillary Dietrich",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 13,
"white_background": true
},
"only_order_in_store": true,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 19,
"white_background": false
},
"seo": {
"title": {
"en": "Qui quisquam dolor repellat laborum ea explicabo ut."
},
"description": {
"en": "Et impedit quos doloribus quisquam quis. Quo qui et ut. Omnis quaerat ab iste numquam. Omnis omnis debitis totam sit. Hic omnis ipsa ad perferendis magni. Quibusdam fuga a quos asperiores."
},
"url": {
"en": "http://kautzer.com/nulla-rerum-velit-nulla-placeat-qui-veniam-omnis.html"
}
}
},
{
"id": 16,
"name": "Corrine Hegmann",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 11,
"white_background": true
},
"only_order_in_store": false,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 17,
"white_background": false
},
"seo": {
"title": {
"en": "Deleniti commodi enim nihil est minus dolorem quam eius nemo neque."
},
"description": {
"en": "Quia qui quidem natus ipsum. Ea dolore tenetur nemo odio nihil reprehenderit. Omnis exercitationem deserunt voluptatibus aspernatur sunt aut et non. Dolorem et et consequuntur sunt error quia."
},
"url": {
"en": "https://www.bahringer.org/nulla-eius-laboriosam-quia-earum-nihil-in-et"
}
}
}
],
"category_groups": [
{
"name": "...",
"category_ids": [
16,
12,
13
],
"id": 19,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 17,
"white_background": true
}
},
{
"name": "...",
"category_ids": [
11,
15,
11
],
"id": 10,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 11,
"white_background": true
}
},
{
"name": "...",
"category_ids": [
12,
15,
15
],
"id": 11,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 17,
"white_background": false
}
}
],
"allow_invoices": true,
"category_groups_overview": false,
"display_mode": "blocks",
"takeout_use_intervals": false,
"joyn_enabled": true,
"category_overview": true,
"fold_category_groups": true,
"hours": [
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"07:32 - 13:33",
"07:32 - 13:33",
"07:32 - 13:33"
]
},
{
"days": "5",
"times": [
"09:18 - 16:15",
"09:18 - 16:15",
"09:18 - 16:15"
]
},
{
"days": "5",
"times": [
"08:48 - 17:57",
"08:48 - 17:57",
"08:48 - 17:57"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"08:42 - 10:20",
"08:42 - 10:20",
"08:42 - 10:20"
]
},
{
"days": "5",
"times": [
"06:31 - 18:19",
"06:31 - 18:19",
"06:31 - 18:19"
]
},
{
"days": "5",
"times": [
"09:46 - 12:13",
"09:46 - 12:13",
"09:46 - 12:13"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"06:36 - 16:32",
"06:36 - 16:32",
"06:36 - 16:32"
]
},
{
"days": "5",
"times": [
"07:33 - 16:37",
"07:33 - 16:37",
"07:33 - 16:37"
]
},
{
"days": "5",
"times": [
"09:41 - 18:19",
"09:41 - 18:19",
"09:41 - 18:19"
]
}
]
}
],
"contact": {
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"telephone": "+32 475 00 00 00",
"vat": "BE0123.456.789",
"social": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"snapchat": "https://example.com",
"instagram": "https://example.com",
"pinterest": "https://example.com",
"youtube": "https://example.com"
},
"website": "https://example.com",
"email": "example@domain.com"
},
"messages": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"info": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"status": {
"open": {
"status": "closes-soon",
"text": "..."
},
"takeout": "...",
"delivery": "...",
"latch": "..."
},
"has_specialties": true,
"promotion": {
"is_enabled": true,
"title": "...",
"type": "product",
"id": 13,
"custom_image_enabled": false,
"photo": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 12,
"white_background": false
}
},
"delivery": {
"range": {
"all_zipcodes": true,
"has_max_range": false,
"max_range": 18
}
},
"currency": "EUR"
},
{
"id": 13,
"name": "Dr. Emery Gusikowski IV",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"allow_comments": true,
"url": "...",
"allow_order_comments": false,
"allow_product_comments": false,
"allow_order_messages": true,
"global_discount_percentage": 15,
"offers": [
{
"id": 12,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 10,
"recurring_on": {
"day_1": 14,
"day_2": 15,
"day_3": 18,
"day_4": 16,
"day_5": 13,
"day_6": 12,
"day_7": 19
},
"items": [
{
"type": "percentage",
"x": 16,
"y": 15,
"percentage": 16,
"minimum": 13,
"applies_to": "category",
"item_id": 18
},
{
"type": "percentage",
"x": 18,
"y": 12,
"percentage": 18,
"minimum": 14,
"applies_to": "category",
"item_id": 17
},
{
"type": "percentage",
"x": 15,
"y": 15,
"percentage": 16,
"minimum": 19,
"applies_to": "category",
"item_id": 11
}
]
},
{
"id": 11,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 17,
"recurring_on": {
"day_1": 13,
"day_2": 14,
"day_3": 19,
"day_4": 12,
"day_5": 11,
"day_6": 15,
"day_7": 17
},
"items": [
{
"type": "percentage",
"x": 17,
"y": 19,
"percentage": 19,
"minimum": 17,
"applies_to": "category",
"item_id": 18
},
{
"type": "percentage",
"x": 13,
"y": 12,
"percentage": 13,
"minimum": 14,
"applies_to": "category",
"item_id": 15
},
{
"type": "percentage",
"x": 11,
"y": 14,
"percentage": 11,
"minimum": 12,
"applies_to": "category",
"item_id": 16
}
]
},
{
"id": 17,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 11,
"recurring_on": {
"day_1": 16,
"day_2": 18,
"day_3": 12,
"day_4": 16,
"day_5": 11,
"day_6": 14,
"day_7": 14
},
"items": [
{
"type": "percentage",
"x": 10,
"y": 16,
"percentage": 15,
"minimum": 13,
"applies_to": "category",
"item_id": 18
},
{
"type": "percentage",
"x": 15,
"y": 19,
"percentage": 11,
"minimum": 13,
"applies_to": "category",
"item_id": 11
},
{
"type": "percentage",
"x": 18,
"y": 12,
"percentage": 14,
"minimum": 18,
"applies_to": "category",
"item_id": 16
}
]
}
],
"images": {
"avatar": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 15,
"white_background": true
}
},
"allow_orders": false,
"delivery_use_intervals": false,
"categories": [
{
"id": 12,
"name": "Tremaine Zboncak",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 17,
"white_background": false
},
"only_order_in_store": false,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 12,
"white_background": false
},
"seo": {
"title": {
"en": "Officia magni sint nulla cum voluptates fugit praesentium."
},
"description": {
"en": "Sit voluptas repellendus minima architecto. Vel fugit rerum et delectus voluptas. Id eum quia unde rerum enim minima vel."
},
"url": {
"en": "http://damore.com/ut-libero-aperiam-quia-nam-veniam"
}
}
},
{
"id": 10,
"name": "Katlyn Grimes",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 10,
"white_background": true
},
"only_order_in_store": true,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 15,
"white_background": false
},
"seo": {
"title": {
"en": "Quam sit quod omnis quis error aperiam pariatur nihil provident omnis."
},
"description": {
"en": "Maxime voluptas voluptatem similique est est. Laudantium debitis fuga et accusamus nam. Provident tenetur perferendis eveniet. Qui inventore deserunt esse."
},
"url": {
"en": "http://yundt.info/aut-sapiente-tempora-nostrum-ut-quia.html"
}
}
},
{
"id": 13,
"name": "Fleta Emmerich",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 16,
"white_background": false
},
"only_order_in_store": false,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 11,
"white_background": false
},
"seo": {
"title": {
"en": "Asperiores sed ea sapiente consequuntur architecto quasi minus corporis."
},
"description": {
"en": "Consequatur natus labore facere voluptatum numquam maxime nisi voluptatem. Consectetur consequuntur fugit occaecati quisquam sit quam. Ducimus natus quae aperiam."
},
"url": {
"en": "http://casper.com/ut-dicta-debitis-sint-eum-voluptas.html"
}
}
}
],
"category_groups": [
{
"name": "...",
"category_ids": [
15,
10,
19
],
"id": 10,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 16,
"white_background": true
}
},
{
"name": "...",
"category_ids": [
11,
13,
19
],
"id": 13,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 16,
"white_background": false
}
},
{
"name": "...",
"category_ids": [
11,
14,
15
],
"id": 14,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 19,
"white_background": false
}
}
],
"allow_invoices": false,
"category_groups_overview": true,
"display_mode": "blocks",
"takeout_use_intervals": false,
"joyn_enabled": false,
"category_overview": false,
"fold_category_groups": false,
"hours": [
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"09:25 - 21:21",
"09:25 - 21:21",
"09:25 - 21:21"
]
},
{
"days": "5",
"times": [
"07:48 - 10:52",
"07:48 - 10:52",
"07:48 - 10:52"
]
},
{
"days": "5",
"times": [
"08:43 - 16:15",
"08:43 - 16:15",
"08:43 - 16:15"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"08:22 - 19:55",
"08:22 - 19:55",
"08:22 - 19:55"
]
},
{
"days": "5",
"times": [
"07:31 - 19:57",
"07:31 - 19:57",
"07:31 - 19:57"
]
},
{
"days": "5",
"times": [
"08:36 - 15:57",
"08:36 - 15:57",
"08:36 - 15:57"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"07:42 - 11:38",
"07:42 - 11:38",
"07:42 - 11:38"
]
},
{
"days": "5",
"times": [
"09:40 - 14:16",
"09:40 - 14:16",
"09:40 - 14:16"
]
},
{
"days": "5",
"times": [
"09:14 - 20:53",
"09:14 - 20:53",
"09:14 - 20:53"
]
}
]
}
],
"contact": {
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"telephone": "+32 475 00 00 00",
"vat": "BE0123.456.789",
"social": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"snapchat": "https://example.com",
"instagram": "https://example.com",
"pinterest": "https://example.com",
"youtube": "https://example.com"
},
"website": "https://example.com",
"email": "example@domain.com"
},
"messages": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"info": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"status": {
"open": {
"status": "closes-soon",
"text": "..."
},
"takeout": "...",
"delivery": "...",
"latch": "..."
},
"has_specialties": true,
"promotion": {
"is_enabled": true,
"title": "...",
"type": "product",
"id": 15,
"custom_image_enabled": false,
"photo": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 16,
"white_background": false
}
},
"delivery": {
"range": {
"all_zipcodes": false,
"has_max_range": true,
"max_range": 15
}
},
"currency": "EUR"
},
{
"id": 10,
"name": "Serena Ryan",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"allow_comments": false,
"url": "...",
"allow_order_comments": true,
"allow_product_comments": false,
"allow_order_messages": true,
"global_discount_percentage": 18,
"offers": [
{
"id": 12,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 15,
"recurring_on": {
"day_1": 13,
"day_2": 17,
"day_3": 15,
"day_4": 15,
"day_5": 17,
"day_6": 13,
"day_7": 16
},
"items": [
{
"type": "percentage",
"x": 17,
"y": 14,
"percentage": 14,
"minimum": 12,
"applies_to": "category",
"item_id": 16
},
{
"type": "percentage",
"x": 10,
"y": 19,
"percentage": 13,
"minimum": 12,
"applies_to": "category",
"item_id": 14
},
{
"type": "percentage",
"x": 19,
"y": 19,
"percentage": 11,
"minimum": 18,
"applies_to": "category",
"item_id": 12
}
]
},
{
"id": 17,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 19,
"recurring_on": {
"day_1": 13,
"day_2": 18,
"day_3": 12,
"day_4": 13,
"day_5": 16,
"day_6": 16,
"day_7": 11
},
"items": [
{
"type": "percentage",
"x": 11,
"y": 16,
"percentage": 14,
"minimum": 10,
"applies_to": "category",
"item_id": 12
},
{
"type": "percentage",
"x": 16,
"y": 17,
"percentage": 18,
"minimum": 17,
"applies_to": "category",
"item_id": 17
},
{
"type": "percentage",
"x": 10,
"y": 11,
"percentage": 17,
"minimum": 12,
"applies_to": "category",
"item_id": 15
}
]
},
{
"id": 16,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 13,
"recurring_on": {
"day_1": 14,
"day_2": 15,
"day_3": 14,
"day_4": 18,
"day_5": 12,
"day_6": 17,
"day_7": 19
},
"items": [
{
"type": "percentage",
"x": 18,
"y": 14,
"percentage": 10,
"minimum": 12,
"applies_to": "category",
"item_id": 14
},
{
"type": "percentage",
"x": 12,
"y": 15,
"percentage": 17,
"minimum": 16,
"applies_to": "category",
"item_id": 17
},
{
"type": "percentage",
"x": 17,
"y": 12,
"percentage": 15,
"minimum": 19,
"applies_to": "category",
"item_id": 12
}
]
}
],
"images": {
"avatar": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 14,
"white_background": false
}
},
"allow_orders": true,
"delivery_use_intervals": true,
"categories": [
{
"id": 11,
"name": "June Jacobs PhD",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 18,
"white_background": false
},
"only_order_in_store": true,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 11,
"white_background": false
},
"seo": {
"title": {
"en": "Ullam harum consectetur consequatur eligendi ad."
},
"description": {
"en": "Aliquid ipsum velit dolor magni quam. Possimus dolorem aut rerum neque itaque exercitationem."
},
"url": {
"en": "http://www.lowe.com/esse-cumque-mollitia-in-saepe-neque-qui-autem-ut.html"
}
}
},
{
"id": 18,
"name": "Ivory Johns",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 10,
"white_background": true
},
"only_order_in_store": false,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 14,
"white_background": false
},
"seo": {
"title": {
"en": "Non quo enim autem quos iste ab."
},
"description": {
"en": "Aliquam accusantium magni reprehenderit iste esse. Debitis sed quibusdam aut. Consequatur quae facere accusantium. Natus deserunt tempora voluptatem recusandae."
},
"url": {
"en": "http://weissnat.com/quam-labore-nemo-occaecati-sed-inventore-dolore-et"
}
}
},
{
"id": 19,
"name": "Ms. Shana Leffler",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 13,
"white_background": true
},
"only_order_in_store": true,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 17,
"white_background": true
},
"seo": {
"title": {
"en": "Corrupti molestiae consequatur ut saepe et nobis non."
},
"description": {
"en": "Sint possimus ut asperiores delectus aut sed quia. In recusandae sapiente et pariatur est. Aut similique perferendis ut."
},
"url": {
"en": "https://cole.net/perferendis-repudiandae-id-dicta-consequatur-quos.html"
}
}
}
],
"category_groups": [
{
"name": "...",
"category_ids": [
12,
18,
18
],
"id": 12,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 11,
"white_background": false
}
},
{
"name": "...",
"category_ids": [
18,
18,
16
],
"id": 17,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 14,
"white_background": true
}
},
{
"name": "...",
"category_ids": [
11,
16,
11
],
"id": 16,
"image": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 12,
"white_background": false
}
}
],
"allow_invoices": false,
"category_groups_overview": true,
"display_mode": "blocks",
"takeout_use_intervals": true,
"joyn_enabled": false,
"category_overview": true,
"fold_category_groups": false,
"hours": [
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"09:53 - 21:53",
"09:53 - 21:53",
"09:53 - 21:53"
]
},
{
"days": "5",
"times": [
"09:10 - 21:47",
"09:10 - 21:47",
"09:10 - 21:47"
]
},
{
"days": "5",
"times": [
"08:11 - 20:16",
"08:11 - 20:16",
"08:11 - 20:16"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"06:22 - 14:51",
"06:22 - 14:51",
"06:22 - 14:51"
]
},
{
"days": "5",
"times": [
"09:45 - 20:30",
"09:45 - 20:30",
"09:45 - 20:30"
]
},
{
"days": "5",
"times": [
"06:27 - 19:36",
"06:27 - 19:36",
"06:27 - 19:36"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"07:46 - 10:59",
"07:46 - 10:59",
"07:46 - 10:59"
]
},
{
"days": "5",
"times": [
"06:50 - 11:25",
"06:50 - 11:25",
"06:50 - 11:25"
]
},
{
"days": "5",
"times": [
"06:33 - 19:34",
"06:33 - 19:34",
"06:33 - 19:34"
]
}
]
}
],
"contact": {
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"telephone": "+32 475 00 00 00",
"vat": "BE0123.456.789",
"social": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"snapchat": "https://example.com",
"instagram": "https://example.com",
"pinterest": "https://example.com",
"youtube": "https://example.com"
},
"website": "https://example.com",
"email": "example@domain.com"
},
"messages": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"info": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"status": {
"open": {
"status": "closes-soon",
"text": "..."
},
"takeout": "...",
"delivery": "...",
"latch": "..."
},
"has_specialties": true,
"promotion": {
"is_enabled": false,
"title": "...",
"type": "product",
"id": 10,
"custom_image_enabled": false,
"photo": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"file_id": 16,
"white_background": true
}
},
"delivery": {
"range": {
"all_zipcodes": true,
"has_max_range": true,
"max_range": 15
}
},
"currency": "EUR"
}
]