Get all shops of a company

GET /company/@id/shops

Request

URL parameters

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

Example request 1

GET /company/15/shops HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.8.0
Accept-Language: en-US,en;q=0.5

Response

Maximum 20. Array of Shop.extended: [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
currency Currency 3 letter ISO 4217 currency name (string)

Example response 1

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 62442

[
    {
        "id": 13,
        "name": "Ms. Joanie Turcotte II",
        "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": true,
        "allow_product_comments": false,
        "allow_order_messages": true,
        "global_discount_percentage": 10,
        "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": 15,
                    "day_2": 14,
                    "day_3": 14,
                    "day_4": 15,
                    "day_5": 14,
                    "day_6": 17,
                    "day_7": 12
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 19,
                        "percentage": 18,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 10,
                        "percentage": 14,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 19,
                        "percentage": 18,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 15
                    }
                ]
            },
            {
                "id": 11,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 18,
                "recurring_on": {
                    "day_1": 18,
                    "day_2": 13,
                    "day_3": 17,
                    "day_4": 15,
                    "day_5": 12,
                    "day_6": 15,
                    "day_7": 18
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 12,
                        "percentage": 19,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 11,
                        "percentage": 18,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 10,
                        "percentage": 11,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 17
                    }
                ]
            },
            {
                "id": 19,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 18,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 16,
                    "day_3": 17,
                    "day_4": 10,
                    "day_5": 16,
                    "day_6": 15,
                    "day_7": 14
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 19,
                        "percentage": 18,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 13,
                        "percentage": 12,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 14,
                        "percentage": 17,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 13
                    }
                ]
            }
        ],
        "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
                    }
                ],
                "white_background": true
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 18,
                "name": "Zane Gutmann",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Provident eum nihil numquam aut facere dolorem et dolorum et."
                    },
                    "description": {
                        "en": "Impedit itaque asperiores est dolor aut iure enim est. Voluptatibus voluptatem aspernatur ad repudiandae soluta voluptate quos. Autem culpa rerum aliquam repellendus enim id consequatur ea."
                    },
                    "url": {
                        "en": "http://www.bernhard.org/"
                    }
                }
            },
            {
                "id": 16,
                "name": "Glen Kuhic Sr.",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Necessitatibus quia similique magnam molestiae qui."
                    },
                    "description": {
                        "en": "Aut dolorem nemo blanditiis consequatur perspiciatis voluptatem aut accusamus. Eos saepe est quis."
                    },
                    "url": {
                        "en": "http://www.connelly.com/fuga-praesentium-harum-quos-quia-est-quo-eum-at.html"
                    }
                }
            },
            {
                "id": 15,
                "name": "Ms. Tia Kuvalis",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Minus veniam ea sapiente velit velit."
                    },
                    "description": {
                        "en": "Accusamus odio aut facere rerum tempora ullam. Sed laudantium sed nobis dolorum. Voluptate odio sit qui cupiditate et modi. Consequuntur a voluptas sint consequatur magnam minima consectetur."
                    },
                    "url": {
                        "en": "https://www.davis.com/aperiam-quidem-magni-quas-architecto-in-sed-ut-architecto"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    14,
                    10,
                    13
                ],
                "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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    18,
                    16,
                    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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    15,
                    13,
                    13
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": false,
        "display_mode": "blocks",
        "takeout_use_intervals": false,
        "joyn_enabled": false,
        "category_overview": true,
        "fold_category_groups": true,
        "hours": [
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:53 - 16:34",
                            "08:53 - 16:34",
                            "08:53 - 16:34"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:31 - 20:45",
                            "07:31 - 20:45",
                            "07:31 - 20:45"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:11 - 18:30",
                            "08:11 - 18:30",
                            "08:11 - 18:30"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:32 - 13:13",
                            "08:32 - 13:13",
                            "08:32 - 13:13"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:13 - 16:38",
                            "07:13 - 16:38",
                            "07:13 - 16:38"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:48 - 19:40",
                            "09:48 - 19:40",
                            "09:48 - 19:40"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "07:49 - 19:35",
                            "07:49 - 19:35",
                            "07:49 - 19:35"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:38 - 17:15",
                            "07:38 - 17:15",
                            "07:38 - 17:15"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:14 - 11:38",
                            "08:14 - 11:38",
                            "08:14 - 11:38"
                        ]
                    }
                ]
            }
        ],
        "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,
        "currency": "EUR"
    },
    {
        "id": 17,
        "name": "Eino Abbott",
        "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": false,
        "global_discount_percentage": 17,
        "offers": [
            {
                "id": 19,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 10,
                "recurring_on": {
                    "day_1": 13,
                    "day_2": 13,
                    "day_3": 15,
                    "day_4": 15,
                    "day_5": 18,
                    "day_6": 16,
                    "day_7": 17
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 17,
                        "percentage": 15,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 12,
                        "percentage": 10,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 17,
                        "percentage": 17,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 10
                    }
                ]
            },
            {
                "id": 16,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 19,
                "recurring_on": {
                    "day_1": 17,
                    "day_2": 15,
                    "day_3": 10,
                    "day_4": 12,
                    "day_5": 11,
                    "day_6": 13,
                    "day_7": 12
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 11,
                        "percentage": 14,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 10,
                        "percentage": 12,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 14,
                        "percentage": 19,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 17
                    }
                ]
            },
            {
                "id": 10,
                "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": 14,
                    "day_3": 13,
                    "day_4": 18,
                    "day_5": 18,
                    "day_6": 19,
                    "day_7": 11
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 15,
                        "percentage": 16,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 11,
                        "percentage": 12,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 13,
                        "percentage": 16,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 15
                    }
                ]
            }
        ],
        "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
                    }
                ],
                "white_background": true
            }
        },
        "allow_orders": true,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 13,
                "name": "Madelyn Gerlach",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Iste rem praesentium quisquam tempore ad dolore aut sed aspernatur molestias."
                    },
                    "description": {
                        "en": "Ipsum vitae velit unde incidunt quasi. Maxime laborum ex aut fuga rerum corrupti sint qui."
                    },
                    "url": {
                        "en": "http://greenholt.com/pariatur-laudantium-velit-eveniet-qui-harum-beatae-sed-quia"
                    }
                }
            },
            {
                "id": 17,
                "name": "Prof. Ramon Hand V",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Iure molestiae optio architecto ut voluptates praesentium."
                    },
                    "description": {
                        "en": "Et hic suscipit minus quia officiis quidem ipsum. Molestiae corporis sit optio aut voluptate. Ipsam placeat consequatur voluptas est. Dolore sed in natus eligendi."
                    },
                    "url": {
                        "en": "http://hagenes.info/"
                    }
                }
            },
            {
                "id": 13,
                "name": "Tressa Metz",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Molestias libero quis mollitia qui quae veritatis."
                    },
                    "description": {
                        "en": "Animi enim accusantium odio asperiores sed. Voluptatum commodi non dicta dolor sed qui doloremque. Optio vel aut quos numquam ut. Qui distinctio adipisci laboriosam animi consectetur."
                    },
                    "url": {
                        "en": "https://sawayn.com/hic-qui-adipisci-quibusdam-est.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    12,
                    10,
                    18
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    14,
                    17
                ],
                "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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    19,
                    11
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": true,
        "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": [
                            "06:19 - 17:54",
                            "06:19 - 17:54",
                            "06:19 - 17:54"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:59 - 16:54",
                            "07:59 - 16:54",
                            "07:59 - 16:54"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:11 - 11:48",
                            "06:11 - 11:48",
                            "06:11 - 11:48"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "07:47 - 17:53",
                            "07:47 - 17:53",
                            "07:47 - 17:53"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:46 - 17:18",
                            "06:46 - 17:18",
                            "06:46 - 17:18"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:12 - 21:35",
                            "06:12 - 21:35",
                            "06:12 - 21:35"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "06:36 - 11:41",
                            "06:36 - 11:41",
                            "06:36 - 11:41"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:34 - 20:53",
                            "09:34 - 20:53",
                            "09:34 - 20:53"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:39 - 19:36",
                            "08:39 - 19:36",
                            "08:39 - 19:36"
                        ]
                    }
                ]
            }
        ],
        "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": false,
        "currency": "EUR"
    },
    {
        "id": 18,
        "name": "Miss Jacquelyn Kiehn V",
        "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": false,
        "global_discount_percentage": 11,
        "offers": [
            {
                "id": 16,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 12,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 11,
                    "day_3": 18,
                    "day_4": 10,
                    "day_5": 18,
                    "day_6": 10,
                    "day_7": 18
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 19,
                        "percentage": 12,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 11,
                        "percentage": 11,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 19,
                        "percentage": 10,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 13
                    }
                ]
            },
            {
                "id": 14,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 19,
                "recurring_on": {
                    "day_1": 16,
                    "day_2": 16,
                    "day_3": 16,
                    "day_4": 10,
                    "day_5": 11,
                    "day_6": 11,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 11,
                        "percentage": 13,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 10,
                        "percentage": 15,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 11,
                        "percentage": 16,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 14
                    }
                ]
            },
            {
                "id": 11,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 17,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 17,
                    "day_3": 18,
                    "day_4": 17,
                    "day_5": 17,
                    "day_6": 11,
                    "day_7": 11
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 19,
                        "percentage": 13,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 11,
                        "percentage": 11,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 19,
                        "percentage": 10,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 11
                    }
                ]
            }
        ],
        "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
                    }
                ],
                "white_background": false
            }
        },
        "allow_orders": true,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 15,
                "name": "Mya Pagac",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Voluptas consequatur rem et sit esse rerum sed placeat ut."
                    },
                    "description": {
                        "en": "Consectetur non in soluta qui quae beatae. Consequuntur et mollitia ut qui sequi repellat. Quia soluta dolor inventore aut. Qui ea est et."
                    },
                    "url": {
                        "en": "http://www.zulauf.biz/"
                    }
                }
            },
            {
                "id": 17,
                "name": "Darlene Moore",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Perferendis optio recusandae sit possimus sed est officia fugit."
                    },
                    "description": {
                        "en": "Deserunt eius animi esse alias aperiam ut sed. A natus nostrum qui excepturi id quo. Pariatur dignissimos dolores rerum adipisci sit."
                    },
                    "url": {
                        "en": "http://bogisich.info/est-est-est-fuga-aliquid"
                    }
                }
            },
            {
                "id": 17,
                "name": "Amiya Feil",
                "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
                        }
                    ],
                    "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
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Omnis veniam consectetur corporis nemo facere id provident."
                    },
                    "description": {
                        "en": "Quis eum rerum commodi sunt ratione. Et consequatur voluptates alias cupiditate accusamus nihil explicabo. Dolore sint vero non facilis placeat autem."
                    },
                    "url": {
                        "en": "http://www.lemke.com/recusandae-nobis-sequi-non-laudantium-numquam-alias-velit.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    13,
                    17,
                    10
                ],
                "id": 15,
                "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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    18,
                    14,
                    14
                ],
                "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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    10,
                    19,
                    17
                ],
                "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
                        }
                    ],
                    "white_background": true
                }
            }
        ],
        "allow_invoices": false,
        "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:51 - 16:10",
                            "07:51 - 16:10",
                            "07:51 - 16:10"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:50 - 12:59",
                            "08:50 - 12:59",
                            "08:50 - 12:59"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:39 - 14:16",
                            "07:39 - 14:16",
                            "07:39 - 14:16"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:15 - 20:44",
                            "08:15 - 20:44",
                            "08:15 - 20:44"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:54 - 20:12",
                            "06:54 - 20:12",
                            "06:54 - 20:12"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:32 - 16:20",
                            "08:32 - 16:20",
                            "08:32 - 16:20"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "06:36 - 10:49",
                            "06:36 - 10:49",
                            "06:36 - 10:49"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:25 - 16:33",
                            "09:25 - 16:33",
                            "09:25 - 16:33"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:59 - 20:35",
                            "06:59 - 20:35",
                            "06:59 - 20:35"
                        ]
                    }
                ]
            }
        ],
        "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,
        "currency": "EUR"
    }
]
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable