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=11&sortBy=distance&company_id=10 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.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: 48435

[
    {
        "id": 18,
        "name": "Carlos Heller",
        "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": 11,
        "offers": [
            {
                "id": 11,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 15,
                    "day_2": 16,
                    "day_3": 15,
                    "day_4": 12,
                    "day_5": 15,
                    "day_6": 18,
                    "day_7": 11
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 15,
                        "percentage": 12,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 19,
                        "percentage": 11,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 15,
                        "percentage": 15,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 12
                    }
                ]
            },
            {
                "id": 12,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 10,
                "recurring_on": {
                    "day_1": 19,
                    "day_2": 19,
                    "day_3": 11,
                    "day_4": 10,
                    "day_5": 17,
                    "day_6": 10,
                    "day_7": 14
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 12,
                        "percentage": 11,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 16,
                        "percentage": 15,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 12,
                        "percentage": 11,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 12
                    }
                ]
            },
            {
                "id": 19,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 17,
                    "day_2": 19,
                    "day_3": 15,
                    "day_4": 17,
                    "day_5": 12,
                    "day_6": 19,
                    "day_7": 17
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 10,
                        "percentage": 15,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 14,
                        "percentage": 16,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 18,
                        "percentage": 10,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 13
                    }
                ]
            }
        ],
        "images": {
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 17,
                "white_background": true
            }
        },
        "allow_orders": true,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 11,
                "name": "Gina Gleichner 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": 13,
                    "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": 18,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Ad qui commodi et modi at quas."
                    },
                    "description": {
                        "en": "Error voluptatibus voluptatem iste aliquam. Aliquam et qui eius nihil reiciendis nesciunt consequatur odio. Molestiae commodi ab fugit perferendis debitis maxime iure."
                    },
                    "url": {
                        "en": "http://klein.biz/et-molestiae-itaque-quidem-odio-iste.html"
                    }
                }
            },
            {
                "id": 17,
                "name": "Andres Ledner",
                "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": 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": "Ut corporis perferendis iste vero qui soluta."
                    },
                    "description": {
                        "en": "Molestiae commodi qui dignissimos quos quae perspiciatis consequatur. Sit non qui quo temporibus. Repellat voluptatibus omnis rerum."
                    },
                    "url": {
                        "en": "http://monahan.com/est-vel-nesciunt-aut-suscipit-et-magnam-iusto.html"
                    }
                }
            },
            {
                "id": 12,
                "name": "Theodora Rowe PhD",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 15,
                    "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": 17,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Culpa eos tempora perferendis beatae odio sed dolorem sequi commodi nemo."
                    },
                    "description": {
                        "en": "Ea et in nihil et. Molestiae totam sapiente cum. Repellendus rerum eum eligendi quibusdam repellat dolorem. Et velit beatae voluptatem nemo. Id ut eos non."
                    },
                    "url": {
                        "en": "http://www.parker.com/aut-inventore-distinctio-asperiores-rerum-et-nostrum"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    13,
                    17,
                    11
                ],
                "id": 16,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 14,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    12,
                    19,
                    16
                ],
                "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": 15,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    10,
                    16,
                    17
                ],
                "id": 12,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 13,
                    "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,
        "currency": "EUR"
    },
    {
        "id": 17,
        "name": "Dr. Harley Cremin Jr.",
        "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": false,
        "global_discount_percentage": 15,
        "offers": [
            {
                "id": 19,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 16,
                    "day_2": 17,
                    "day_3": 17,
                    "day_4": 19,
                    "day_5": 14,
                    "day_6": 18,
                    "day_7": 11
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 17,
                        "percentage": 18,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 14
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 15,
                        "percentage": 15,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 13
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 11,
                        "percentage": 16,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 19
                    }
                ]
            },
            {
                "id": 13,
                "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": 17,
                    "day_3": 18,
                    "day_4": 17,
                    "day_5": 15,
                    "day_6": 14,
                    "day_7": 14
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 10,
                        "percentage": 11,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 13,
                        "percentage": 19,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 12,
                        "percentage": 10,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 19
                    }
                ]
            },
            {
                "id": 13,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 10,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 17,
                    "day_3": 18,
                    "day_4": 18,
                    "day_5": 10,
                    "day_6": 16,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 15,
                        "percentage": 10,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 17,
                        "percentage": 12,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 15,
                        "percentage": 18,
                        "minimum": 16,
                        "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": 13,
                "white_background": true
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 15,
                "name": "Eve Kshlerin",
                "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": 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": 11,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Consequuntur ipsum consequatur ut aspernatur facere aliquam enim."
                    },
                    "description": {
                        "en": "Laboriosam quia esse nisi in unde ut sit odio. Deserunt sunt vitae ducimus quidem est a id labore. Ex porro quam excepturi explicabo laborum non."
                    },
                    "url": {
                        "en": "http://www.bogan.com/impedit-eos-odio-ut-dolorem-aperiam-est"
                    }
                }
            },
            {
                "id": 17,
                "name": "Megane Fahey",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 17,
                    "white_background": false
                },
                "only_order_in_store": false,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 15,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Sed veniam vitae sunt autem quia."
                    },
                    "description": {
                        "en": "Libero delectus ipsam iusto eos nulla. Sint blanditiis ut tenetur aut maxime quia. Sed illo repellat fuga itaque quaerat. Reiciendis placeat laudantium quo quas inventore."
                    },
                    "url": {
                        "en": "http://lemke.biz/odio-quo-voluptas-rerum"
                    }
                }
            },
            {
                "id": 14,
                "name": "Pascale Ziemann",
                "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": false
                },
                "seo": {
                    "title": {
                        "en": "Rerum tempora ut qui voluptatem consequatur est id alias."
                    },
                    "description": {
                        "en": "Vero vero voluptatum aliquid harum. Blanditiis quaerat minus necessitatibus eum. Cumque velit excepturi adipisci sequi placeat magni ratione."
                    },
                    "url": {
                        "en": "http://www.heaney.com/sit-dignissimos-et-rerum.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    11,
                    16,
                    18
                ],
                "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": 13,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    16,
                    10,
                    12
                ],
                "id": 16,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    14,
                    15,
                    16
                ],
                "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": 17,
                    "white_background": false
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": false,
        "joyn_enabled": true,
        "category_overview": true,
        "fold_category_groups": true,
        "currency": "EUR"
    },
    {
        "id": 12,
        "name": "Brionna Langosh MD",
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE",
            "position": {
                "latitude": 1.54361,
                "longitude": 0.45645
            }
        },
        "allow_comments": false,
        "url": "...",
        "allow_order_comments": false,
        "allow_product_comments": false,
        "allow_order_messages": true,
        "global_discount_percentage": 15,
        "offers": [
            {
                "id": 11,
                "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": 12,
                    "day_3": 14,
                    "day_4": 10,
                    "day_5": 13,
                    "day_6": 12,
                    "day_7": 12
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 10,
                        "y": 13,
                        "percentage": 12,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 15,
                        "percentage": 17,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 12,
                        "percentage": 10,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 11
                    }
                ]
            },
            {
                "id": 13,
                "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": 11,
                    "day_3": 11,
                    "day_4": 11,
                    "day_5": 15,
                    "day_6": 10,
                    "day_7": 18
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 13,
                        "percentage": 12,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 17,
                        "percentage": 17,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 10,
                        "percentage": 10,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 18
                    }
                ]
            },
            {
                "id": 14,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 14,
                "recurring_on": {
                    "day_1": 11,
                    "day_2": 12,
                    "day_3": 15,
                    "day_4": 13,
                    "day_5": 17,
                    "day_6": 10,
                    "day_7": 15
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 11,
                        "percentage": 12,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 18,
                        "percentage": 15,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 18
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 14,
                        "percentage": 12,
                        "minimum": 18,
                        "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": false
            }
        },
        "allow_orders": true,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 14,
                "name": "Broderick Wilderman 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
                        }
                    ],
                    "file_id": 10,
                    "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": 16,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Quas explicabo iste dolore temporibus ratione."
                    },
                    "description": {
                        "en": "Culpa ut eaque ut temporibus. Est qui nulla natus occaecati fuga ducimus. Voluptatum delectus et voluptatem et molestias. Quas natus id reprehenderit quo sit."
                    },
                    "url": {
                        "en": "https://www.ritchie.net/tenetur-veniam-aut-et-ipsum-illo"
                    }
                }
            },
            {
                "id": 19,
                "name": "Lora Murazik",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 18,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 13,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Harum cumque dicta minima molestias consequuntur officia occaecati error et beatae eligendi."
                    },
                    "description": {
                        "en": "Voluptas animi est dolorum debitis nihil hic dolorum. Perspiciatis aut quia modi quaerat magnam sint. Vitae ut corporis facilis excepturi tenetur."
                    },
                    "url": {
                        "en": "http://koss.com/"
                    }
                }
            },
            {
                "id": 12,
                "name": "Kaia Kub",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 17,
                    "white_background": false
                },
                "only_order_in_store": false,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 12,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Accusamus repellendus voluptatibus atque assumenda rerum blanditiis ratione ratione ipsam nesciunt."
                    },
                    "description": {
                        "en": "Cum dolore et maxime et modi voluptatem eius. Et mollitia et iure placeat dolorum. In qui quibusdam eum sit fuga laudantium facere. Voluptate saepe magnam quaerat accusamus dolores eaque."
                    },
                    "url": {
                        "en": "http://upton.com/possimus-labore-sed-non-iure"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    15,
                    10,
                    18
                ],
                "id": 13,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 16,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    19,
                    17
                ],
                "id": 14,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 19,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    18,
                    13,
                    12
                ],
                "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": 18,
                    "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": true,
        "currency": "EUR"
    }
]
1.9.0 stable