Get all the shops of a company

GET /company/companies/@id/shops

Request

Authentication

This endpoint requires authentication.

Header Value
Authorization Set the value to Bearer + + access_token

URL parameters

Replace the @ keywords in the URL with their corresponding value.

A dictionary with fields

Field Type Description
id Int Return all shops of the given company

Example request 1

GET /company/companies/12/shops HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.6.0
Accept-Language: en-US,en;q=0.5

Response

Array of company.Shop.detailed: [company.Shop.detailed]

company.Shop.detailed

Field Type Description
name String Name of the shop (not translateable for now)
active Bool A boolean value
address Address.detailed An address
allow_comments Bool A boolean value
allow_orders Bool A boolean value
delivery_use_intervals Bool A boolean value
allow_invoices Bool A boolean value
allow_order_comments Bool A boolean value
allow_product_comments Bool A boolean value
takeout_use_intervals Bool A boolean value
allow_order_messages Bool A boolean value
categories [company.Category.simple] List of the categories of all the categories visible for the shop
category_groups [company.CategoryGroup] List of the category groups linked to the shop. More information can be found on the category group documentation page.
currency String A String value
id Int ID of the shop
avatar Image? Nullable.
banner Image? Nullable.

Example response 1

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 23732

[
    {
        "name": "Agustin Kub",
        "active": true,
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE",
            "position": {
                "latitude": 1.54361,
                "longitude": 0.45645
            }
        },
        "allow_comments": false,
        "allow_orders": true,
        "delivery_use_intervals": false,
        "allow_invoices": true,
        "allow_order_comments": false,
        "allow_product_comments": true,
        "takeout_use_intervals": false,
        "allow_order_messages": false,
        "categories": [
            {
                "name": "Martina Roberts DDS",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": true,
                "id": 13,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Modi natus culpa ipsa sit pariatur ut."
                    },
                    "description": {
                        "en": "Est cumque voluptatem eum repellat vitae qui. Soluta et voluptates alias et a."
                    },
                    "url": {
                        "en": "https://www.kertzmann.biz/animi-doloribus-molestias-illo-itaque-rerum"
                    }
                }
            },
            {
                "name": "Christiana Smith",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": true,
                "id": 13,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Rerum mollitia praesentium quae animi inventore."
                    },
                    "description": {
                        "en": "Facilis expedita porro officiis delectus. Quae voluptatem repellat autem explicabo in."
                    },
                    "url": {
                        "en": "https://auer.com/in-quibusdam-maiores-placeat-aperiam-molestias-eum-perspiciatis.html"
                    }
                }
            },
            {
                "name": "Rudolph Ratke",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": true,
                "id": 16,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Commodi asperiores blanditiis soluta et molestiae inventore maxime adipisci quo tenetur deserunt."
                    },
                    "description": {
                        "en": "Delectus exercitationem ullam velit et praesentium. Quo dolorem alias et sunt sunt. Tempore sed molestiae et."
                    },
                    "url": {
                        "en": "http://www.emard.com/quae-dolores-vel-quod-qui"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    14,
                    14,
                    12
                ],
                "id": 12,
                "uuid": "..."
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    11,
                    15,
                    13
                ],
                "id": 10,
                "uuid": "..."
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    12,
                    14,
                    17
                ],
                "id": 14,
                "uuid": "..."
            }
        ],
        "currency": "...",
        "id": 11,
        "avatar": {
            "resolutions": [
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                }
            ],
            "white_background": false
        },
        "banner": {
            "resolutions": [
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                }
            ],
            "white_background": true
        }
    },
    {
        "name": "Willard Kessler",
        "active": false,
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE",
            "position": {
                "latitude": 1.54361,
                "longitude": 0.45645
            }
        },
        "allow_comments": true,
        "allow_orders": false,
        "delivery_use_intervals": true,
        "allow_invoices": false,
        "allow_order_comments": false,
        "allow_product_comments": true,
        "takeout_use_intervals": false,
        "allow_order_messages": false,
        "categories": [
            {
                "name": "Prof. Blaise Ferry",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": false,
                "id": 19,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Iste est quia id rerum ut quasi voluptatum veniam laboriosam hic."
                    },
                    "description": {
                        "en": "Ducimus aut est earum et qui. Debitis officia impedit atque eos rem sit. Veritatis quod aut minus est dignissimos."
                    },
                    "url": {
                        "en": "http://dickinson.net/"
                    }
                }
            },
            {
                "name": "Fernando Feeney DVM",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": false,
                "id": 13,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Tempora voluptatum quia quia eligendi beatae eos."
                    },
                    "description": {
                        "en": "Voluptate et et est provident. Quae impedit ut incidunt aperiam. Reprehenderit molestiae natus earum consequatur consequatur."
                    },
                    "url": {
                        "en": "http://www.beatty.org/quo-amet-quod-autem-ut-accusantium-assumenda-nobis.html"
                    }
                }
            },
            {
                "name": "Ariel Schuppe",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": true,
                "id": 13,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Reprehenderit qui ut esse incidunt dolorem quia quia consequatur optio est."
                    },
                    "description": {
                        "en": "Eius autem facere alias reiciendis ipsa officia sequi qui. Beatae ab fugit dolorem. Facilis deserunt ut dolores nisi quod. Consequuntur tempora aut qui consequuntur adipisci."
                    },
                    "url": {
                        "en": "http://www.boehm.net/cum-et-amet-quia-distinctio-voluptatem-beatae"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    11,
                    19,
                    16
                ],
                "id": 18,
                "uuid": "..."
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    17,
                    17,
                    18
                ],
                "id": 13,
                "uuid": "..."
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    16,
                    12,
                    17
                ],
                "id": 19,
                "uuid": "..."
            }
        ],
        "currency": "...",
        "id": 14,
        "avatar": {
            "resolutions": [
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                }
            ],
            "white_background": true
        },
        "banner": {
            "resolutions": [
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                }
            ],
            "white_background": false
        }
    },
    {
        "name": "Whitney Langosh",
        "active": true,
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE",
            "position": {
                "latitude": 1.54361,
                "longitude": 0.45645
            }
        },
        "allow_comments": false,
        "allow_orders": false,
        "delivery_use_intervals": false,
        "allow_invoices": true,
        "allow_order_comments": false,
        "allow_product_comments": false,
        "takeout_use_intervals": false,
        "allow_order_messages": true,
        "categories": [
            {
                "name": "Mr. Mason McGlynn MD",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": true,
                "id": 18,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Corrupti laudantium non possimus nam quae voluptatum iusto."
                    },
                    "description": {
                        "en": "Unde ea facere reiciendis illo qui quos dignissimos ut. Et itaque quasi aut placeat enim officia aut illum. Culpa perspiciatis temporibus nulla sed omnis laudantium."
                    },
                    "url": {
                        "en": "http://www.rowe.com/"
                    }
                }
            },
            {
                "name": "Prof. Melba Grant IV",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": false,
                "id": 19,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                "seo": {
                    "title": {
                        "en": "Sint earum voluptatibus inventore et est amet dignissimos autem temporibus."
                    },
                    "description": {
                        "en": "Aut ut iste et. Repellat voluptate suscipit aperiam dolorum id. Vitae molestiae nobis nobis provident ut."
                    },
                    "url": {
                        "en": "http://renner.com/"
                    }
                }
            },
            {
                "name": "Magali Lueilwitz DDS",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": false,
                "id": 17,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                "seo": {
                    "title": {
                        "en": "Error labore est quia doloremque hic."
                    },
                    "description": {
                        "en": "Nemo id illo perferendis. Rem iusto odio ab perspiciatis quia. Consequatur soluta commodi dolor architecto officia adipisci. Aliquam ea quasi voluptates et non."
                    },
                    "url": {
                        "en": "https://conroy.com/earum-eum-quia-vel-labore-iure-sed.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    18,
                    19,
                    12
                ],
                "id": 16,
                "uuid": "..."
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    17,
                    13,
                    13
                ],
                "id": 13,
                "uuid": "..."
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    16,
                    11,
                    13
                ],
                "id": 19,
                "uuid": "..."
            }
        ],
        "currency": "...",
        "id": 18,
        "avatar": {
            "resolutions": [
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                }
            ],
            "white_background": false
        },
        "banner": {
            "resolutions": [
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                },
                {
                    "src": "https://example.com",
                    "width": 600,
                    "height": 350
                }
            ],
            "white_background": true
        }
    }
]
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.6.0 stable