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/10/shops HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.7.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
offers [Offer.simple] Array of Offer.simple
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: 48969

[
    {
        "id": 19,
        "name": "Cassidy Feeney",
        "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": false,
        "allow_product_comments": false,
        "allow_order_messages": true,
        "offers": [
            {
                "id": 10,
                "name": "Black Friday"
            },
            {
                "id": 10,
                "name": "Black Friday"
            },
            {
                "id": 19,
                "name": "Black Friday"
            }
        ],
        "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": false,
        "categories": [
            {
                "id": 11,
                "name": "Fredy Mills",
                "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": "Quia suscipit et et et quo numquam dolores quia nostrum."
                    },
                    "description": {
                        "en": "Velit quas ut facere voluptas est suscipit sint. Ut est aut rerum ut. Esse sint est doloribus corrupti ullam distinctio. Et est facere ut atque amet dignissimos sed."
                    },
                    "url": {
                        "en": "http://strosin.biz/veniam-deleniti-debitis-ea-ipsam-numquam.html"
                    }
                }
            },
            {
                "id": 15,
                "name": "Audie Hayes 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": 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": false
                },
                "seo": {
                    "title": {
                        "en": "Quia ut magni possimus amet nisi debitis consequatur fuga eos."
                    },
                    "description": {
                        "en": "Earum repellat sit tempora et. Dolor labore occaecati omnis quis. Optio nesciunt fuga voluptatem sequi."
                    },
                    "url": {
                        "en": "http://www.ritchie.com/libero-perspiciatis-aliquid-incidunt-nobis-architecto-qui.html"
                    }
                }
            },
            {
                "id": 12,
                "name": "Frankie Kuhic I",
                "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": "Magni eaque est voluptatem ab perspiciatis quis dolor ea sint laboriosam eos."
                    },
                    "description": {
                        "en": "Labore deleniti quod ut corrupti sunt sint vel. Dolor possimus dolorem tempora maiores necessitatibus libero."
                    },
                    "url": {
                        "en": "http://shields.biz/commodi-molestias-quasi-ducimus-distinctio"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    19,
                    18,
                    19
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    12,
                    19,
                    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": [
                    16,
                    17,
                    15
                ],
                "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
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": false,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": false,
        "category_overview": false,
        "fold_category_groups": true,
        "hours": [
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "09:55 - 18:12",
                            "09:55 - 18:12",
                            "09:55 - 18:12"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:56 - 12:51",
                            "09:56 - 12:51",
                            "09:56 - 12:51"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:59 - 15:32",
                            "06:59 - 15:32",
                            "06:59 - 15:32"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "09:40 - 14:59",
                            "09:40 - 14:59",
                            "09:40 - 14:59"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:47 - 11:56",
                            "07:47 - 11:56",
                            "07:47 - 11:56"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:32 - 20:21",
                            "06:32 - 20:21",
                            "06:32 - 20:21"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "09:43 - 16:48",
                            "09:43 - 16:48",
                            "09:43 - 16:48"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:55 - 16:10",
                            "07:55 - 16:10",
                            "07:55 - 16:10"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:35 - 13:36",
                            "06:35 - 13:36",
                            "06:35 - 13: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": 10,
        "name": "Eulalia Davis",
        "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,
        "offers": [
            {
                "id": 19,
                "name": "Black Friday"
            },
            {
                "id": 14,
                "name": "Black Friday"
            },
            {
                "id": 12,
                "name": "Black Friday"
            }
        ],
        "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": false,
        "categories": [
            {
                "id": 13,
                "name": "Kaylee Kozey 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
                        }
                    ],
                    "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": "Consequatur quae ut facere eius nihil."
                    },
                    "description": {
                        "en": "Nobis ullam et quaerat odio omnis. Est ducimus qui dolorem repellat unde occaecati dolorum id. Aut nesciunt minima quam quis numquam dolorem magnam non."
                    },
                    "url": {
                        "en": "http://graham.com/"
                    }
                }
            },
            {
                "id": 11,
                "name": "Prof. Jerry McDermott III",
                "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": "Nesciunt quod laudantium ducimus aliquid nostrum."
                    },
                    "description": {
                        "en": "Molestias in sequi tenetur quisquam delectus. Et ullam ea voluptate illo magnam. Esse a qui et dolorum. Voluptatem voluptatem nam fuga laboriosam et."
                    },
                    "url": {
                        "en": "http://www.graham.com/"
                    }
                }
            },
            {
                "id": 13,
                "name": "Mr. Jasen Windler",
                "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": "Ipsa eum ea eligendi maiores omnis."
                    },
                    "description": {
                        "en": "Vel quod ea dolores dolor mollitia. Alias fuga repudiandae numquam ratione cumque. Vero veniam quidem alias aperiam. Autem ut culpa consequatur et perspiciatis culpa facere et."
                    },
                    "url": {
                        "en": "http://maggio.com/beatae-aspernatur-rerum-aut-est-ea-reiciendis-sunt"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    10,
                    14,
                    11
                ],
                "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": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    18,
                    18,
                    16
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    11,
                    10,
                    10
                ],
                "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
                        }
                    ],
                    "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 - 11:19",
                            "09:53 - 11:19",
                            "09:53 - 11:19"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:16 - 12:20",
                            "09:16 - 12:20",
                            "09:16 - 12:20"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:19 - 11:21",
                            "07:19 - 11:21",
                            "07:19 - 11:21"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:17 - 14:35",
                            "08:17 - 14:35",
                            "08:17 - 14:35"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:20 - 10:44",
                            "09:20 - 10:44",
                            "09:20 - 10:44"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:35 - 12:41",
                            "08:35 - 12:41",
                            "08:35 - 12:41"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "09:50 - 11:12",
                            "09:50 - 11:12",
                            "09:50 - 11:12"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:40 - 19:34",
                            "06:40 - 19:34",
                            "06:40 - 19:34"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:38 - 15:45",
                            "09:38 - 15:45",
                            "09:38 - 15:45"
                        ]
                    }
                ]
            }
        ],
        "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": 16,
        "name": "Dr. Amber Mills",
        "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,
        "offers": [
            {
                "id": 10,
                "name": "Black Friday"
            },
            {
                "id": 16,
                "name": "Black Friday"
            },
            {
                "id": 16,
                "name": "Black Friday"
            }
        ],
        "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": 18,
                "name": "Kris Flatley",
                "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": false
                },
                "seo": {
                    "title": {
                        "en": "Id repudiandae et corrupti nihil."
                    },
                    "description": {
                        "en": "Cumque qui sequi voluptatem rerum. Inventore eveniet aut non est asperiores."
                    },
                    "url": {
                        "en": "http://www.maggio.com/maiores-corporis-ex-fugit-nam-similique"
                    }
                }
            },
            {
                "id": 12,
                "name": "Miss May Kutch",
                "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": false
                },
                "seo": {
                    "title": {
                        "en": "Possimus odit est nisi vel dolorum exercitationem."
                    },
                    "description": {
                        "en": "Et a nisi consectetur cupiditate. Quasi cupiditate sequi similique facere autem sit tenetur. Laudantium maiores ea omnis consequuntur iure sequi."
                    },
                    "url": {
                        "en": "http://www.reilly.org/"
                    }
                }
            },
            {
                "id": 11,
                "name": "Brett Heidenreich",
                "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": false
                },
                "seo": {
                    "title": {
                        "en": "Atque quaerat neque sint labore quibusdam eos."
                    },
                    "description": {
                        "en": "Aut magnam ut cumque optio expedita nam. Repudiandae in reiciendis sequi odit impedit ipsum aliquid. Veritatis quo cumque officia et cum."
                    },
                    "url": {
                        "en": "http://kulas.com/quae-consectetur-eius-molestias-et-quisquam-inventore-rem.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    18,
                    11,
                    19
                ],
                "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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    18,
                    16,
                    11
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    12,
                    19
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": false,
        "category_overview": false,
        "fold_category_groups": true,
        "hours": [
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "06:16 - 14:40",
                            "06:16 - 14:40",
                            "06:16 - 14:40"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:51 - 12:51",
                            "06:51 - 12:51",
                            "06:51 - 12:51"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:32 - 14:51",
                            "07:32 - 14:51",
                            "07:32 - 14:51"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "06:55 - 20:33",
                            "06:55 - 20:33",
                            "06:55 - 20:33"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:14 - 16:38",
                            "06:14 - 16:38",
                            "06:14 - 16:38"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:29 - 17:43",
                            "09:29 - 17:43",
                            "09:29 - 17:43"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "07:31 - 18:15",
                            "07:31 - 18:15",
                            "07:31 - 18:15"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:35 - 15:48",
                            "06:35 - 15:48",
                            "06:35 - 15:48"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:16 - 10:45",
                            "06:16 - 10:45",
                            "06:16 - 10:45"
                        ]
                    }
                ]
            }
        ],
        "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.7.0 stable