Search shops

GET /shops/search

Request

Query string (URL)

Append the querystring with following properties to the URL.

A dictionary with fields

Field Type Description
query String Optional. A String value
coordinates Coordinates Optional. Coordinates of a place in the world
distance Int Optional. An integer value
sortBy String Optional. String. Should be equal to 'distance'
company_id Int Optional. Only return shops of this company ID

Example request 1

GET /shops/search?query=...&coordinates%5Blatitude%5D=1%2C54361&coordinates%5Blongitude%5D=0%2C45645&distance=13&sortBy=distance&company_id=10 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.8.0
Accept-Language: en-US,en;q=0.5

Response

Array of Shop.detailed: [Shop.detailed]

Shop.detailed

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
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: 47421

[
    {
        "id": 11,
        "name": "Humberto Harber",
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE",
            "position": {
                "latitude": 1.54361,
                "longitude": 0.45645
            }
        },
        "allow_comments": true,
        "url": "...",
        "allow_order_comments": false,
        "allow_product_comments": true,
        "allow_order_messages": true,
        "global_discount_percentage": 10,
        "offers": [
            {
                "id": 11,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 11,
                "recurring_on": {
                    "day_1": 11,
                    "day_2": 15,
                    "day_3": 12,
                    "day_4": 13,
                    "day_5": 11,
                    "day_6": 11,
                    "day_7": 15
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 14,
                        "percentage": 19,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 14,
                        "percentage": 17,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 13,
                        "percentage": 18,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 13
                    }
                ]
            },
            {
                "id": 14,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 13,
                "recurring_on": {
                    "day_1": 16,
                    "day_2": 18,
                    "day_3": 13,
                    "day_4": 11,
                    "day_5": 17,
                    "day_6": 17,
                    "day_7": 18
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 10,
                        "percentage": 13,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 14
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 14,
                        "percentage": 12,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 19,
                        "percentage": 18,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 15
                    }
                ]
            },
            {
                "id": 14,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 12,
                "recurring_on": {
                    "day_1": 15,
                    "day_2": 12,
                    "day_3": 10,
                    "day_4": 17,
                    "day_5": 13,
                    "day_6": 12,
                    "day_7": 11
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 18,
                        "percentage": 16,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 15,
                        "percentage": 13,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 16,
                        "percentage": 12,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 18
                    }
                ]
            }
        ],
        "images": {
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            }
        },
        "allow_orders": true,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 18,
                "name": "Madisyn Hackett 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": "Mollitia tenetur sapiente tenetur est aliquam et quaerat quia reiciendis."
                    },
                    "description": {
                        "en": "Aut quo eaque incidunt voluptates. Sunt ducimus id totam dolor. Consequuntur consequatur eveniet accusamus quam. Qui aut numquam quae rerum et."
                    },
                    "url": {
                        "en": "http://www.schoen.com/possimus-voluptatum-dolore-excepturi-minus.html"
                    }
                }
            },
            {
                "id": 14,
                "name": "Aliyah Bailey",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "only_order_in_store": false,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Nihil doloremque quos velit illo nulla perspiciatis et animi ex."
                    },
                    "description": {
                        "en": "Nostrum eum id sint qui aspernatur. Veniam natus est quae et. Et exercitationem quibusdam enim suscipit cum asperiores molestiae. Maiores ipsam veritatis culpa facere."
                    },
                    "url": {
                        "en": "http://www.mccullough.com/officia-quo-eveniet-temporibus-necessitatibus-quibusdam-beatae-enim.html"
                    }
                }
            },
            {
                "id": 14,
                "name": "Neha Gusikowski",
                "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": "Accusantium consequatur nulla vero voluptatem provident adipisci quia."
                    },
                    "description": {
                        "en": "Earum sed eveniet suscipit ex autem sequi. Explicabo voluptatibus fugit quia molestiae in quia optio eos."
                    },
                    "url": {
                        "en": "http://www.homenick.com/deserunt-consequatur-ea-est-maxime-qui-quis-qui-debitis"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    15,
                    17,
                    13
                ],
                "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": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    12,
                    16,
                    10
                ],
                "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
                        }
                    ],
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    11,
                    13,
                    19
                ],
                "id": 15,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": false,
        "joyn_enabled": true,
        "category_overview": true,
        "fold_category_groups": false,
        "currency": "EUR"
    },
    {
        "id": 11,
        "name": "Cecelia Ledner",
        "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": false,
        "global_discount_percentage": 11,
        "offers": [
            {
                "id": 15,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 14,
                "recurring_on": {
                    "day_1": 18,
                    "day_2": 13,
                    "day_3": 12,
                    "day_4": 14,
                    "day_5": 12,
                    "day_6": 13,
                    "day_7": 10
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 19,
                        "percentage": 19,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 17,
                        "percentage": 16,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 12,
                        "percentage": 15,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 11
                    }
                ]
            },
            {
                "id": 18,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 14,
                "recurring_on": {
                    "day_1": 18,
                    "day_2": 12,
                    "day_3": 16,
                    "day_4": 13,
                    "day_5": 10,
                    "day_6": 12,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 11,
                        "percentage": 15,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 11,
                        "percentage": 18,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 19,
                        "percentage": 14,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 17
                    }
                ]
            },
            {
                "id": 18,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 16,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 14,
                    "day_3": 12,
                    "day_4": 19,
                    "day_5": 16,
                    "day_6": 16,
                    "day_7": 18
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 18,
                        "percentage": 17,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 16,
                        "percentage": 14,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 12,
                        "percentage": 17,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 17
                    }
                ]
            }
        ],
        "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": false,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 12,
                "name": "Maryam Prosacco",
                "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": "Itaque aut sunt repellat nam."
                    },
                    "description": {
                        "en": "Et et iste minus molestias. Laborum id illo dignissimos enim. Nesciunt placeat repellendus ut."
                    },
                    "url": {
                        "en": "https://friesen.com/hic-minima-commodi-ut-inventore-quis-quia.html"
                    }
                }
            },
            {
                "id": 10,
                "name": "Hailee Wunsch",
                "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": "Dolore eos sapiente nihil aliquam sapiente est quidem."
                    },
                    "description": {
                        "en": "Rerum voluptate tenetur quasi dolorem tempore. Repudiandae voluptatem consequuntur veniam et ut fugit consequuntur. Cum ipsum assumenda eum hic aut rem. Aliquid saepe voluptas ut."
                    },
                    "url": {
                        "en": "https://kshlerin.com/provident-rerum-et-odio-laudantium.html"
                    }
                }
            },
            {
                "id": 15,
                "name": "Prof. Hortense Crona V",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                "only_order_in_store": 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": "Quo laborum quisquam nesciunt vel dolor odio earum debitis voluptas amet quis."
                    },
                    "description": {
                        "en": "Et animi quo aut velit provident velit sit. A saepe sunt numquam deserunt. Et fugiat facilis sint et impedit vel. Consequatur velit nobis natus et."
                    },
                    "url": {
                        "en": "http://www.bashirian.com/"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    16,
                    19,
                    16
                ],
                "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": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    16,
                    12,
                    10
                ],
                "id": 10,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    10,
                    11,
                    15
                ],
                "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": false
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": false,
        "category_overview": true,
        "fold_category_groups": false,
        "currency": "EUR"
    },
    {
        "id": 18,
        "name": "Keenan Hayes V",
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE",
            "position": {
                "latitude": 1.54361,
                "longitude": 0.45645
            }
        },
        "allow_comments": false,
        "url": "...",
        "allow_order_comments": true,
        "allow_product_comments": true,
        "allow_order_messages": true,
        "global_discount_percentage": 18,
        "offers": [
            {
                "id": 10,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 19,
                "recurring_on": {
                    "day_1": 19,
                    "day_2": 19,
                    "day_3": 13,
                    "day_4": 11,
                    "day_5": 10,
                    "day_6": 14,
                    "day_7": 18
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 18,
                        "percentage": 18,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 19,
                        "percentage": 11,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 12,
                        "percentage": 16,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 18
                    }
                ]
            },
            {
                "id": 10,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 13,
                    "day_2": 11,
                    "day_3": 10,
                    "day_4": 12,
                    "day_5": 16,
                    "day_6": 17,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 11,
                        "percentage": 14,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 15,
                        "percentage": 17,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 17,
                        "percentage": 18,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 19
                    }
                ]
            },
            {
                "id": 16,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 19,
                "recurring_on": {
                    "day_1": 13,
                    "day_2": 16,
                    "day_3": 18,
                    "day_4": 10,
                    "day_5": 15,
                    "day_6": 14,
                    "day_7": 14
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 15,
                        "percentage": 12,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 16,
                        "percentage": 14,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 18,
                        "percentage": 11,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 18
                    }
                ]
            }
        ],
        "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": 12,
                "name": "Miss Bert Wiegand IV",
                "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": "Ut sed enim tempora cupiditate sint similique enim natus alias tempore."
                    },
                    "description": {
                        "en": "Dignissimos modi et aut. Nihil saepe reprehenderit suscipit dolor omnis et. Consectetur quibusdam quos in omnis. Sapiente quia sed quis. Non itaque sed quo. Beatae rerum repellendus et iusto ad aut."
                    },
                    "url": {
                        "en": "http://www.beier.com/consequuntur-placeat-fugit-sit-illum-magni-est"
                    }
                }
            },
            {
                "id": 11,
                "name": "Dr. Kristoffer Gusikowski DDS",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "only_order_in_store": false,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Qui sint repellendus sint ut maxime debitis dolor voluptate et."
                    },
                    "description": {
                        "en": "Ut eum et nostrum adipisci. Animi ducimus nihil reprehenderit in occaecati minima quis. Reprehenderit rem dignissimos reiciendis veniam quas reiciendis ut."
                    },
                    "url": {
                        "en": "http://hammes.com/sed-error-itaque-dolores-sed-sed-doloribus-ea.html"
                    }
                }
            },
            {
                "id": 13,
                "name": "Mr. Dalton Fritsch",
                "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": "Cum sit et veniam ut quo cum."
                    },
                    "description": {
                        "en": "Consequatur rerum fugiat sed non odit sit sit. Qui est et ex. Et deserunt id suscipit reprehenderit dignissimos."
                    },
                    "url": {
                        "en": "http://goodwin.com/et-reiciendis-voluptates-cum-sequi"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    10,
                    10,
                    19
                ],
                "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
                        }
                    ],
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    16,
                    15
                ],
                "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": [
                    12,
                    10,
                    13
                ],
                "id": 13,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": false,
        "display_mode": "blocks",
        "takeout_use_intervals": false,
        "joyn_enabled": true,
        "category_overview": false,
        "fold_category_groups": true,
        "currency": "EUR"
    }
]
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable