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=17&sortBy=distance&company_id=12 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.10.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: 48220

[
    {
        "id": 16,
        "name": "Emmie Sauer",
        "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": false,
        "allow_order_messages": true,
        "global_discount_percentage": 19,
        "offers": [
            {
                "id": 12,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 15,
                "recurring_on": {
                    "day_1": 11,
                    "day_2": 15,
                    "day_3": 10,
                    "day_4": 12,
                    "day_5": 18,
                    "day_6": 12,
                    "day_7": 12
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 19,
                        "percentage": 13,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 13,
                        "percentage": 10,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 12,
                        "percentage": 12,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 14
                    }
                ]
            },
            {
                "id": 18,
                "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": 11,
                    "day_3": 13,
                    "day_4": 11,
                    "day_5": 13,
                    "day_6": 17,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 12,
                        "percentage": 16,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 19
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 13,
                        "percentage": 13,
                        "minimum": 17,
                        "applies_to": "category",
                        "item_id": 17
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 11,
                        "percentage": 17,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 18
                    }
                ]
            },
            {
                "id": 13,
                "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": 18,
                    "day_3": 12,
                    "day_4": 14,
                    "day_5": 15,
                    "day_6": 14,
                    "day_7": 16
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 14,
                        "percentage": 13,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 10,
                        "percentage": 14,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 17,
                        "percentage": 10,
                        "minimum": 14,
                        "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": 15,
                "white_background": false
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 16,
                "name": "Rosella Gleason",
                "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": 16,
                    "white_background": true
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 14,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Vel unde excepturi ea odio soluta nulla rerum qui consequatur consequatur."
                    },
                    "description": {
                        "en": "Numquam dignissimos sapiente dolorem voluptatem recusandae qui. Adipisci incidunt ea id et minus deleniti. Perspiciatis reiciendis rerum sed tenetur maiores porro."
                    },
                    "url": {
                        "en": "http://www.marks.com/"
                    }
                }
            },
            {
                "id": 10,
                "name": "Kaden Herzog",
                "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": 19,
                    "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": 19,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Fugiat deleniti in qui consequuntur ratione et."
                    },
                    "description": {
                        "en": "Et ratione sit iste et necessitatibus. Consectetur illo iure veniam voluptatem."
                    },
                    "url": {
                        "en": "http://mcglynn.org/et-quos-suscipit-pariatur-et.html"
                    }
                }
            },
            {
                "id": 10,
                "name": "Jackie Bartell",
                "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": 10,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Fugiat cum ab rerum ut."
                    },
                    "description": {
                        "en": "Voluptatum et eos sunt eum. Corporis ut nam ea et. Dolorem recusandae corrupti nesciunt aut nisi at tempora voluptatem."
                    },
                    "url": {
                        "en": "https://jacobs.com/ipsa-necessitatibus-fuga-in.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    19,
                    19,
                    10
                ],
                "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": 16,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    15,
                    12,
                    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
                        }
                    ],
                    "file_id": 13,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    17,
                    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
                        }
                    ],
                    "file_id": 15,
                    "white_background": false
                }
            }
        ],
        "allow_invoices": false,
        "category_groups_overview": false,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": true,
        "category_overview": false,
        "fold_category_groups": false,
        "currency": "EUR"
    },
    {
        "id": 16,
        "name": "Jannie Pouros",
        "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": false,
        "global_discount_percentage": 12,
        "offers": [
            {
                "id": 11,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 13,
                "recurring_on": {
                    "day_1": 10,
                    "day_2": 14,
                    "day_3": 13,
                    "day_4": 15,
                    "day_5": 17,
                    "day_6": 11,
                    "day_7": 16
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 19,
                        "percentage": 18,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 15,
                        "y": 15,
                        "percentage": 12,
                        "minimum": 11,
                        "applies_to": "category",
                        "item_id": 14
                    },
                    {
                        "type": "percentage",
                        "x": 14,
                        "y": 12,
                        "percentage": 18,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 14
                    }
                ]
            },
            {
                "id": 15,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 13,
                "recurring_on": {
                    "day_1": 13,
                    "day_2": 16,
                    "day_3": 11,
                    "day_4": 14,
                    "day_5": 11,
                    "day_6": 15,
                    "day_7": 14
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 11,
                        "percentage": 13,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 13
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 19,
                        "percentage": 11,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 16,
                        "y": 16,
                        "percentage": 12,
                        "minimum": 19,
                        "applies_to": "category",
                        "item_id": 15
                    }
                ]
            },
            {
                "id": 16,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 18,
                "recurring_on": {
                    "day_1": 17,
                    "day_2": 14,
                    "day_3": 19,
                    "day_4": 19,
                    "day_5": 14,
                    "day_6": 16,
                    "day_7": 13
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 18,
                        "percentage": 10,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 10
                    },
                    {
                        "type": "percentage",
                        "x": 19,
                        "y": 15,
                        "percentage": 14,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 13,
                        "percentage": 16,
                        "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": 16,
                "white_background": false
            }
        },
        "allow_orders": false,
        "delivery_use_intervals": true,
        "categories": [
            {
                "id": 15,
                "name": "Yvonne Hansen",
                "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": 17,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Iusto aliquam inventore nam tempore officia a ut ut."
                    },
                    "description": {
                        "en": "Doloremque dolores nemo quo rerum. Sit ullam eos voluptatibus non quasi. Doloremque illum aspernatur ipsum in qui. Natus quaerat consequatur voluptas eum et."
                    },
                    "url": {
                        "en": "http://www.hagenes.info/ut-aut-aut-omnis-voluptatem-ab-nulla-tenetur-id"
                    }
                }
            },
            {
                "id": 14,
                "name": "Trace Champlin",
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Laudantium aut dolor repudiandae autem voluptas suscipit."
                    },
                    "description": {
                        "en": "Doloribus iusto aut suscipit est cupiditate velit. Ut voluptatem necessitatibus nulla harum nihil eaque. Nihil dicta nostrum aut est aut et consectetur. Amet sit temporibus quis."
                    },
                    "url": {
                        "en": "http://torp.com/"
                    }
                }
            },
            {
                "id": 17,
                "name": "Nina Yundt",
                "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": true
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 14,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Fugit est deserunt et quo distinctio deleniti magnam fugiat nisi omnis molestiae."
                    },
                    "description": {
                        "en": "Exercitationem vel animi rerum quia in voluptatum. Et blanditiis est qui dolore. Est magni impedit ea alias deserunt et aliquam dignissimos."
                    },
                    "url": {
                        "en": "http://mills.com/"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    15,
                    11,
                    17
                ],
                "id": 17,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 16,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    17,
                    15,
                    13
                ],
                "id": 15,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 18,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    16,
                    16,
                    18
                ],
                "id": 11,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": true
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": false,
        "joyn_enabled": false,
        "category_overview": true,
        "fold_category_groups": true,
        "currency": "EUR"
    },
    {
        "id": 14,
        "name": "Asa Bayer",
        "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": 18,
        "offers": [
            {
                "id": 13,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 18,
                "recurring_on": {
                    "day_1": 19,
                    "day_2": 10,
                    "day_3": 14,
                    "day_4": 10,
                    "day_5": 17,
                    "day_6": 14,
                    "day_7": 11
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 12,
                        "y": 11,
                        "percentage": 13,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 15
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 16,
                        "percentage": 10,
                        "minimum": 12,
                        "applies_to": "category",
                        "item_id": 16
                    },
                    {
                        "type": "percentage",
                        "x": 11,
                        "y": 13,
                        "percentage": 18,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 19
                    }
                ]
            },
            {
                "id": 19,
                "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": 15,
                    "day_3": 18,
                    "day_4": 18,
                    "day_5": 14,
                    "day_6": 18,
                    "day_7": 12
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 10,
                        "percentage": 17,
                        "minimum": 15,
                        "applies_to": "category",
                        "item_id": 13
                    },
                    {
                        "type": "percentage",
                        "x": 17,
                        "y": 19,
                        "percentage": 13,
                        "minimum": 10,
                        "applies_to": "category",
                        "item_id": 12
                    },
                    {
                        "type": "percentage",
                        "x": 13,
                        "y": 10,
                        "percentage": 11,
                        "minimum": 16,
                        "applies_to": "category",
                        "item_id": 11
                    }
                ]
            },
            {
                "id": 19,
                "name": "Black Friday",
                "from_date": "2019-01-31",
                "until_date": "2019-01-31",
                "valid_for": "order",
                "recurring": 13,
                "recurring_on": {
                    "day_1": 12,
                    "day_2": 13,
                    "day_3": 14,
                    "day_4": 12,
                    "day_5": 17,
                    "day_6": 17,
                    "day_7": 19
                },
                "items": [
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 14,
                        "percentage": 17,
                        "minimum": 18,
                        "applies_to": "category",
                        "item_id": 14
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 17,
                        "percentage": 19,
                        "minimum": 13,
                        "applies_to": "category",
                        "item_id": 11
                    },
                    {
                        "type": "percentage",
                        "x": 18,
                        "y": 18,
                        "percentage": 15,
                        "minimum": 14,
                        "applies_to": "category",
                        "item_id": 11
                    }
                ]
            }
        ],
        "images": {
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 16,
                "white_background": false
            }
        },
        "allow_orders": true,
        "delivery_use_intervals": false,
        "categories": [
            {
                "id": 14,
                "name": "Eliane Anderson",
                "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": 16,
                    "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": 12,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Sunt voluptates cupiditate vero omnis qui tempore quis eius nesciunt voluptas."
                    },
                    "description": {
                        "en": "Voluptate quia nemo delectus sequi illo. Aperiam doloribus magnam labore itaque. Sunt nihil est nulla corrupti in optio nihil."
                    },
                    "url": {
                        "en": "http://www.considine.biz/aperiam-neque-reiciendis-voluptatem-vitae"
                    }
                }
            },
            {
                "id": 12,
                "name": "Bianka Crooks",
                "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": 16,
                    "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": 14,
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Harum omnis et assumenda iste sunt rerum praesentium."
                    },
                    "description": {
                        "en": "Enim quod totam necessitatibus. Fugit aut ab sed unde a molestias. Quos dicta id repellendus quis est deleniti."
                    },
                    "url": {
                        "en": "http://www.krajcik.com/et-quaerat-ducimus-eum-similique-voluptates-iste-fugit-beatae"
                    }
                }
            },
            {
                "id": 15,
                "name": "Miss Krystina Haley 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
                        }
                    ],
                    "file_id": 16,
                    "white_background": false
                },
                "only_order_in_store": true,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Autem quam eos laboriosam omnis ut ipsam ab nisi."
                    },
                    "description": {
                        "en": "Dicta corrupti repellendus quibusdam modi aut perspiciatis ipsam ducimus. Aut quo laudantium impedit sed libero blanditiis voluptatem. Aspernatur iusto iusto numquam est sit magnam unde."
                    },
                    "url": {
                        "en": "http://pacocha.biz/ipsum-laudantium-tempore-molestiae-neque-ut.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": "...",
                "category_ids": [
                    11,
                    12,
                    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
                        }
                    ],
                    "file_id": 15,
                    "white_background": true
                }
            },
            {
                "name": "...",
                "category_ids": [
                    15,
                    16,
                    15
                ],
                "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": 17,
                    "white_background": false
                }
            },
            {
                "name": "...",
                "category_ids": [
                    15,
                    19,
                    15
                ],
                "id": 11,
                "image": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 10,
                    "white_background": true
                }
            }
        ],
        "allow_invoices": true,
        "category_groups_overview": true,
        "display_mode": "blocks",
        "takeout_use_intervals": true,
        "joyn_enabled": true,
        "category_overview": true,
        "fold_category_groups": false,
        "currency": "EUR"
    }
]
This is a development version Do not use this version in production
1.10.0 development