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/17/shops HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.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
promotion Promotion The info about the shop promotion
delivery Dictionary A dictionary with fields
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: 66842

[
    {
        "id": 18,
        "name": "Ms. Patience Nicolas",
        "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": true,
        "allow_order_messages": false,
        "global_discount_percentage": 11,
        "offers": [
            {
                "id": 14,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 18,
                    "day_2": 18,
                    "day_3": 12,
                    "day_4": 18,
                    "day_5": 12,
                    "day_6": 18,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 18,
                        "percentage": 14,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 16,
                        "percentage": 11,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 15,
                        "percentage": 16,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 16
                    }
                ]
            },
            {
                "id": 16,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 16,
                "recurring_on": {
                    "day_1": 17,
                    "day_2": 15,
                    "day_3": 18,
                    "day_4": 18,
                    "day_5": 16,
                    "day_6": 16,
                    "day_7": 14
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 12,
                        "percentage": 16,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 13
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 15,
                        "percentage": 18,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 10,
                        "percentage": 14,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 16
                    }
                ]
            },
            {
                "id": 10,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 18,
                "recurring_on": {
                    "day_1": 11,
                    "day_2": 13,
                    "day_3": 14,
                    "day_4": 14,
                    "day_5": 13,
                    "day_6": 14,
                    "day_7": 16
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 14,
                        "percentage": 16,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 13,
                        "percentage": 16,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 12,
                        "percentage": 12,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 14
                    }
                ]
            }
        ],
        "images": {
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 16,
                "white_background": false
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 14,
                "name": "Dr. Joan Blanda",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 18,
                    "white_background": true
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Adipisci cupiditate non eum odio voluptatem non."
                    },
                    "description": {
                        "en": "Quo aut non nobis assumenda. Ad rerum unde deleniti incidunt voluptas dignissimos harum. Deleniti vel omnis a adipisci odio. Dolorum qui unde sed dolorem."
                    },
                    "url": {
                        "en": "http://hintz.com/sed-quia-quasi-excepturi-sit-quia-corrupti-veniam"
                    }
                }
            },
            {
                "id": 15,
                "name": "Elena Baumbach",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 14,
                    "white_background": true
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 19,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Id doloremque a voluptatem vitae explicabo ut atque sed quam."
                    },
                    "description": {
                        "en": "In similique voluptas et molestias fugiat. Maiores aliquid molestiae rem et perferendis ratione. Inventore qui sunt ab non dolores quam sunt."
                    },
                    "url": {
                        "en": "http://www.barrows.com/et-quibusdam-eveniet-exercitationem"
                    }
                }
            },
            {
                "id": 18,
                "name": "Kurtis 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
                        }
                    ],
                    "file_id": 14,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 17,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Quod unde accusantium laborum omnis aspernatur commodi magnam vel."
                    },
                    "description": {
                        "en": "Veniam et impedit iure nesciunt quaerat ut provident. Quidem esse iusto ea et sint nobis nam explicabo. Doloremque sed ab et. Inventore vel beatae molestiae quis provident."
                    },
                    "url": {
                        "en": "https://harvey.com/sit-sed-tempora-ad-perferendis.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    19,
                    16,
                    15
                ],
                "id": 19,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 19,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    12,
                    19,
                    16
                ],
                "id": 13,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 18,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    19,
                    17,
                    17
                ],
                "id": 17,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": true
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": true,
        "category_overview": true,
        "fold_category_groups": false,
        "hours": [
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "06:20 - 14:45",
                            "06:20 - 14:45",
                            "06:20 - 14:45"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:51 - 12:45",
                            "06:51 - 12:45",
                            "06:51 - 12:45"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:35 - 10:12",
                            "06:35 - 10:12",
                            "06:35 - 10:12"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:43 - 17:27",
                            "08:43 - 17:27",
                            "08:43 - 17:27"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:10 - 19:52",
                            "06:10 - 19:52",
                            "06:10 - 19:52"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:56 - 15:58",
                            "07:56 - 15:58",
                            "07:56 - 15:58"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:46 - 20:59",
                            "08:46 - 20:59",
                            "08:46 - 20:59"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:45 - 16:48",
                            "09:45 - 16:48",
                            "09:45 - 16:48"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:12 - 20:47",
                            "07:12 - 20:47",
                            "07:12 - 20:47"
                        ]
                    }
                ]
            }
        ],
        "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,
        "promotion": {
            "is_enabled": false,
            "title": "...",
            "type": "product",
            "id": 13,
            "custom_image_enabled": false,
            "photo": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 11,
                "white_background": false
            }
        },
        "delivery": {
            "range": {
                "all_zipcodes": false,
                "has_max_range": false,
                "max_range": 12
            }
        },
        "currency": "EUR"
    },
    {
        "id": 18,
        "name": "Zachary King",
        "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": 13,
        "offers": [
            {
                "id": 12,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 12,
                "recurring_on": {
                    "day_1": 17,
                    "day_2": 12,
                    "day_3": 13,
                    "day_4": 15,
                    "day_5": 15,
                    "day_6": 14,
                    "day_7": 17
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 19,
                        "percentage": 17,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 18,
                        "percentage": 16,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 14
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 12,
                        "percentage": 10,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 16
                    }
                ]
            },
            {
                "id": 18,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 10,
                "recurring_on": {
                    "day_1": 14,
                    "day_2": 14,
                    "day_3": 10,
                    "day_4": 15,
                    "day_5": 15,
                    "day_6": 13,
                    "day_7": 13
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 12,
                        "percentage": 16,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 13,
                        "percentage": 12,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 13
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 11,
                        "percentage": 16,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 10
                    }
                ]
            },
            {
                "id": 17,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 15,
                    "day_3": 16,
                    "day_4": 14,
                    "day_5": 16,
                    "day_6": 17,
                    "day_7": 16
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 19,
                        "percentage": 19,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 16,
                        "percentage": 11,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 13,
                        "percentage": 11,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 12
                    }
                ]
            }
        ],
        "images": {
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 14,
                "white_background": true
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 19,
                "name": "Lucius Powlowski",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": true
                },
                "only_order_in_store": false,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Doloremque est quas optio et porro."
                    },
                    "description": {
                        "en": "Dolorum cupiditate minima rerum molestias sed dolore iusto. Nihil nam culpa velit illum necessitatibus. Suscipit ratione molestias tempore possimus ea quidem eum."
                    },
                    "url": {
                        "en": "http://heathcote.biz/nihil-aliquam-necessitatibus-et-fuga-necessitatibus"
                    }
                }
            },
            {
                "id": 12,
                "name": "Sunny Batz MD",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 12,
                    "white_background": false
                },
                "only_order_in_store": false,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 13,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Est minus consequatur qui neque error quis et ea ipsa veniam."
                    },
                    "description": {
                        "en": "Amet voluptas ut assumenda earum. Architecto reiciendis ut eum qui in maiores nihil eum. Facilis perspiciatis recusandae numquam ducimus dicta."
                    },
                    "url": {
                        "en": "http://www.nikolaus.com/tempora-non-et-aut-enim-architecto-iure-nostrum-fugit.html"
                    }
                }
            },
            {
                "id": 15,
                "name": "Kathryne Kuhlman",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Omnis quia sit quasi sint molestias fugit illum adipisci accusamus molestias."
                    },
                    "description": {
                        "en": "Illo laboriosam molestiae consequatur non eum est tempore maiores. Qui voluptatem id consequatur necessitatibus qui perspiciatis libero. Nam architecto possimus ducimus quisquam ut sunt similique."
                    },
                    "url": {
                        "en": "http://welch.info/"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    18,
                    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
                        }
                    ],
                    "file_id": 13,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    12,
                    19,
                    14
                ],
                "id": 18,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 14,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    17,
                    15
                ],
                "id": 14,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 16,
                    "white_background": false
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": false,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": true,
        "category_overview": true,
        "fold_category_groups": true,
        "hours": [
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "06:50 - 18:13",
                            "06:50 - 18:13",
                            "06:50 - 18:13"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:37 - 16:29",
                            "06:37 - 16:29",
                            "06:37 - 16:29"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:29 - 20:41",
                            "07:29 - 20:41",
                            "07:29 - 20:41"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:21 - 21:44",
                            "08:21 - 21:44",
                            "08:21 - 21:44"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:18 - 21:54",
                            "09:18 - 21:54",
                            "09:18 - 21:54"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:22 - 16:42",
                            "09:22 - 16:42",
                            "09:22 - 16:42"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "09:35 - 13:59",
                            "09:35 - 13:59",
                            "09:35 - 13:59"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:47 - 16:31",
                            "07:47 - 16:31",
                            "07:47 - 16:31"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "07:47 - 12:54",
                            "07:47 - 12:54",
                            "07:47 - 12:54"
                        ]
                    }
                ]
            }
        ],
        "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,
        "promotion": {
            "is_enabled": true,
            "title": "...",
            "type": "product",
            "id": 15,
            "custom_image_enabled": false,
            "photo": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 11,
                "white_background": true
            }
        },
        "delivery": {
            "range": {
                "all_zipcodes": true,
                "has_max_range": true,
                "max_range": 12
            }
        },
        "currency": "EUR"
    },
    {
        "id": 19,
        "name": "Prof. Lexus McCullough",
        "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": true,
        "allow_order_messages": true,
        "global_discount_percentage": 14,
        "offers": [
            {
                "id": 12,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 14,
                "recurring_on": {
                    "day_1": 17,
                    "day_2": 18,
                    "day_3": 12,
                    "day_4": 15,
                    "day_5": 10,
                    "day_6": 14,
                    "day_7": 15
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 11,
                        "percentage": 15,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 19,
                        "percentage": 13,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 18,
                        "percentage": 17,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 14
                    }
                ]
            },
            {
                "id": 12,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 13,
                "recurring_on": {
                    "day_1": 13,
                    "day_2": 17,
                    "day_3": 18,
                    "day_4": 13,
                    "day_5": 17,
                    "day_6": 18,
                    "day_7": 15
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 13,
                        "percentage": 11,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 10,
                        "percentage": 18,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 19,
                        "percentage": 13,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 12
                    }
                ]
            },
            {
                "id": 18,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 18,
                "recurring_on": {
                    "day_1": 19,
                    "day_2": 17,
                    "day_3": 11,
                    "day_4": 14,
                    "day_5": 15,
                    "day_6": 19,
                    "day_7": 13
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 19,
                        "percentage": 19,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 17,
                        "percentage": 11,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 14
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 19,
                        "percentage": 15,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 12
                    }
                ]
            }
        ],
        "images": {
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 18,
                "white_background": true
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 14,
                "name": "Sadie Casper",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 17,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 13,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Consequuntur repellat ducimus vero neque id perspiciatis."
                    },
                    "description": {
                        "en": "Aut eaque ut aut et enim quae laborum repudiandae. Aut quam autem rem iusto amet. Ut aut laudantium dicta laboriosam qui vitae consequuntur. Rem natus saepe quia quibusdam animi voluptate delectus."
                    },
                    "url": {
                        "en": "https://jaskolski.info/delectus-ullam-id-quam-laudantium-incidunt.html"
                    }
                }
            },
            {
                "id": 16,
                "name": "Sim Klocko",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 12,
                    "white_background": true
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 15,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Voluptatum laudantium consectetur vel qui dignissimos."
                    },
                    "description": {
                        "en": "Voluptas repellat nulla culpa culpa voluptas officia quia. Eligendi eum et sunt debitis. Dolorum et eveniet amet. Aut voluptas voluptatem ea illo. Non sint eveniet dolor qui."
                    },
                    "url": {
                        "en": "http://www.wolf.org/recusandae-eligendi-qui-nostrum-iste-excepturi-aut"
                    }
                }
            },
            {
                "id": 19,
                "name": "Myrtis Padberg",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 15,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Cum libero rerum iure laboriosam asperiores."
                    },
                    "description": {
                        "en": "Optio quidem odit architecto occaecati reiciendis. Omnis eos id consequuntur est et provident eum. Sunt iste occaecati quia."
                    },
                    "url": {
                        "en": "https://www.kerluke.com/reprehenderit-est-aliquid-est-impedit-amet"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    14,
                    15,
                    13
                ],
                "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
                        }
                    ],
                    "file_id": 16,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    14,
                    15,
                    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
                        }
                    ],
                    "file_id": 14,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    11,
                    10,
                    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
                        }
                    ],
                    "file_id": 18,
                    "white_background": false
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": false,
        "display_mode": "blocks",
        "takeout_use_intervals": false,
        "joyn_enabled": true,
        "category_overview": false,
        "fold_category_groups": false,
        "hours": [
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:25 - 17:31",
                            "08:25 - 17:31",
                            "08:25 - 17:31"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:29 - 21:25",
                            "08:29 - 21:25",
                            "08:29 - 21:25"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "09:50 - 13:54",
                            "09:50 - 13:54",
                            "09:50 - 13:54"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "09:53 - 13:49",
                            "09:53 - 13:49",
                            "09:53 - 13:49"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:35 - 21:34",
                            "08:35 - 21:34",
                            "08:35 - 21:34"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "06:23 - 19:15",
                            "06:23 - 19:15",
                            "06:23 - 19:15"
                        ]
                    }
                ]
            },
            {
                "name": "...",
                "description": "...",
                "type": "open",
                "hours": [
                    {
                        "days": "5",
                        "times": [
                            "08:36 - 14:53",
                            "08:36 - 14:53",
                            "08:36 - 14:53"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:27 - 21:36",
                            "08:27 - 21:36",
                            "08:27 - 21:36"
                        ]
                    },
                    {
                        "days": "5",
                        "times": [
                            "08:50 - 15:21",
                            "08:50 - 15:21",
                            "08:50 - 15:21"
                        ]
                    }
                ]
            }
        ],
        "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,
        "promotion": {
            "is_enabled": true,
            "title": "...",
            "type": "product",
            "id": 15,
            "custom_image_enabled": true,
            "photo": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 16,
                "white_background": true
            }
        },
        "delivery": {
            "range": {
                "all_zipcodes": true,
                "has_max_range": false,
                "max_range": 19
            }
        },
        "currency": "EUR"
    }
]
1.9.0 stable