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/15/shops HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.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
emails Dictionary Email settings
internal_name String A name for the shop that's more clear to people working for the shop when navigating the shop settings, order lists or statistics.
VAT String VAT number
bank_account_number String A String value
links Dictionary A dictionary with fields
content Dictionary A dictionary with fields
contact Dictionary A dictionary with fields
display Dictionary A dictionary with fields
spotlight Dictionary Set product or category in the spotlight.
comments Dictionary Comment related settings
checkout Dictionary Checkout related settings
time Dictionary A dictionary with fields
discount Dictionary A dictionary with fields
latches Dictionary A dictionary with fields
modules Dictionary A dictionary with fields
id Int ID of the shop
avatar Image? Nullable.
banner Image? Nullable.
url String URL the shop in case it is using a platform
placeholder Image? Nullable.
photos [Image] Array of Image

Example response 1

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

[
    {
        "name": "Sheldon Wilderman",
        "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": false,
        "allow_invoices": false,
        "allow_order_comments": false,
        "allow_product_comments": false,
        "takeout_use_intervals": false,
        "allow_order_messages": true,
        "categories": [
            {
                "name": "Keith D'Amore",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": false,
                "code": "...",
                "id": 12,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 14,
                    "white_background": true
                },
                "overview_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": "Ut qui maiores sapiente quis architecto."
                    },
                    "description": {
                        "en": "Eaque doloremque est quo ut fugit et in. Eaque temporibus ut pariatur est ut eos. Sunt est quo id alias necessitatibus ipsam."
                    },
                    "url": {
                        "en": "http://swift.com/illo-nesciunt-aliquid-ipsam-sit-et-ratione"
                    }
                }
            },
            {
                "name": "Tianna Koelpin IV",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": false,
                "code": "...",
                "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
                        }
                    ],
                    "file_id": 19,
                    "white_background": false
                },
                "overview_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": "Nihil voluptatem quos quo assumenda nam sit id nisi quae in tenetur."
                    },
                    "description": {
                        "en": "Voluptatibus quis a fuga veritatis dolorem et. Nihil ut nisi inventore ipsum eos possimus doloremque ut. Ipsa autem rerum recusandae repellendus reprehenderit vel dolorem."
                    },
                    "url": {
                        "en": "http://lebsack.info/eaque-accusamus-vel-aperiam-temporibus"
                    }
                }
            },
            {
                "name": "Marvin Lehner",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": true,
                "code": "...",
                "id": 10,
                "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": true
                },
                "overview_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": false
                },
                "seo": {
                    "title": {
                        "en": "Adipisci facilis voluptatem sunt voluptas earum."
                    },
                    "description": {
                        "en": "Praesentium omnis quam libero soluta beatae eligendi molestiae. Et saepe reiciendis sint id nam. Omnis laboriosam et incidunt voluptas. Qui harum occaecati fugiat cum quae fugiat."
                    },
                    "url": {
                        "en": "http://www.trantow.info/ut-inventore-illum-odio-eos"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    17,
                    12,
                    12
                ],
                "id": 18,
                "overview_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
                },
                "uuid": "...",
                "order": 14
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    18,
                    11,
                    19
                ],
                "id": 14,
                "overview_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
                },
                "uuid": "...",
                "order": 13
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    17,
                    15,
                    14
                ],
                "id": 12,
                "overview_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
                },
                "uuid": "...",
                "order": 11
            }
        ],
        "currency": "...",
        "emails": {
            "note_for_customer": "..."
        },
        "internal_name": "...",
        "VAT": "...",
        "bank_account_number": "...",
        "links": {
            "website": "https://example.com",
            "twitter": "https://example.com",
            "facebook": "https://example.com",
            "instagram": "https://example.com",
            "youtube": "https://example.com",
            "pinterest": "https://example.com",
            "snapchat": "https://example.com"
        },
        "content": {
            "specialties": "...",
            "about_us": "...",
            "customer_message": "..."
        },
        "contact": {
            "telephone": "...",
            "email": "..."
        },
        "display": {
            "display_mode": "blocks",
            "collapse_category_groups": false,
            "show_category_overview": true,
            "show_category_group_overview": false
        },
        "spotlight": {
            "enable": true,
            "title": "...",
            "type": "product",
            "id": 19,
            "photo": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 18,
                "white_background": false
            }
        },
        "comments": {
            "disable_when_order_is_approved": false
        },
        "checkout": {
            "warranty": {
                "ask_for_bank_account_number": true
            },
            "invoicing": {
                "allow": true,
                "cost": 11,
                "ignore_cost_if_above": 14,
                "ignore_cost_if_above_enable": false,
                "generate": {
                    "enable": false,
                    "expire_days": 12
                }
            },
            "takeout": {
                "enable": true,
                "auto_approve_orders": false,
                "payment_methods": {
                    "cash": true,
                    "cash_if_targetprice_isop": true,
                    "online": true,
                    "online_if_targetprice": true,
                    "banktransfer": false,
                    "banktransfer_with_invoice": true,
                    "bank_account_numbers": [
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        }
                    ]
                },
                "max_orders": {
                    "items": [
                        {
                            "max_per": "hour",
                            "max_amount": 11,
                            "days": {
                                "all": false,
                                "custom": [
                                    17,
                                    15,
                                    17
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 15,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 10,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 14,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 13,
                            "days": {
                                "all": true,
                                "custom": [
                                    17,
                                    11,
                                    10
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 10,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 11,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 17,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 11,
                            "days": {
                                "all": true,
                                "custom": [
                                    13,
                                    18,
                                    12
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 10,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 15,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 13,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        }
                    ]
                }
            },
            "delivery": {
                "enable": false,
                "auto_approve_orders": true,
                "info_message": "...",
                "minimum_order_price": 18,
                "payment_methods": {
                    "cash": false,
                    "cash_if_targetprice_isop": true,
                    "online": true,
                    "online_if_targetprice": false,
                    "banktransfer": true,
                    "banktransfer_with_invoice": false,
                    "bank_account_numbers": [
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        }
                    ]
                },
                "max_orders": {
                    "items": [
                        {
                            "max_per": "hour",
                            "max_amount": 15,
                            "days": {
                                "all": true,
                                "custom": [
                                    18,
                                    16,
                                    18
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 14,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 18,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 11,
                            "days": {
                                "all": true,
                                "custom": [
                                    17,
                                    18,
                                    19
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 19,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 15,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 10,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 15,
                            "days": {
                                "all": true,
                                "custom": [
                                    13,
                                    14,
                                    14
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 19,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 11,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 19,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        }
                    ]
                },
                "cost": {
                    "type": "fixed",
                    "cost_per_day": {
                        "d1": 10,
                        "d2": 19,
                        "d3": 14,
                        "d4": 14,
                        "d5": 12,
                        "d6": 16,
                        "d7": 13
                    },
                    "alternative": {
                        "enable": false,
                        "order_price": 10,
                        "cost_per_day": {
                            "d1": 16,
                            "d2": 16,
                            "d3": 19,
                            "d4": 14,
                            "d5": 16,
                            "d6": 18,
                            "d7": 13
                        }
                    },
                    "distance_alternatives": [
                        {
                            "distance": 19,
                            "cost_per_day": {
                                "d1": 18,
                                "d2": 11,
                                "d3": 14,
                                "d4": 13,
                                "d5": 14,
                                "d6": 13,
                                "d7": 10
                            }
                        },
                        {
                            "distance": 11,
                            "cost_per_day": {
                                "d1": 18,
                                "d2": 17,
                                "d3": 18,
                                "d4": 18,
                                "d5": 16,
                                "d6": 15,
                                "d7": 13
                            }
                        },
                        {
                            "distance": 18,
                            "cost_per_day": {
                                "d1": 19,
                                "d2": 16,
                                "d3": 10,
                                "d4": 10,
                                "d5": 18,
                                "d6": 11,
                                "d7": 16
                            }
                        }
                    ]
                },
                "range": {
                    "everywhere": true,
                    "has_max_range": false,
                    "max_range": 19
                }
            }
        },
        "time": {
            "open": {
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                }
            },
            "takeout": {
                "use_intervals": true,
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                },
                "upfront": {
                    "d1": {
                        "method": "x_days",
                        "x_days": {
                            "days": 10,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 19
                        }
                    },
                    "d2": {
                        "method": "x_days",
                        "x_days": {
                            "days": 13,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 19,
                            "minutes": 19
                        }
                    },
                    "d3": {
                        "method": "x_days",
                        "x_days": {
                            "days": 16,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 18
                        }
                    },
                    "d4": {
                        "method": "x_days",
                        "x_days": {
                            "days": 11,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 13,
                            "minutes": 17
                        }
                    },
                    "d5": {
                        "method": "x_days",
                        "x_days": {
                            "days": 19,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 19,
                            "minutes": 13
                        }
                    },
                    "d6": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 18
                        }
                    },
                    "d7": {
                        "method": "x_days",
                        "x_days": {
                            "days": 13,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 15,
                            "minutes": 15
                        }
                    }
                }
            },
            "delivery": {
                "use_intervals": true,
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                },
                "upfront": {
                    "d1": {
                        "method": "x_days",
                        "x_days": {
                            "days": 13,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 17,
                            "minutes": 13
                        }
                    },
                    "d2": {
                        "method": "x_days",
                        "x_days": {
                            "days": 14,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 12
                        }
                    },
                    "d3": {
                        "method": "x_days",
                        "x_days": {
                            "days": 14,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 18,
                            "minutes": 14
                        }
                    },
                    "d4": {
                        "method": "x_days",
                        "x_days": {
                            "days": 16,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 17,
                            "minutes": 10
                        }
                    },
                    "d5": {
                        "method": "x_days",
                        "x_days": {
                            "days": 14,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 18,
                            "minutes": 12
                        }
                    },
                    "d6": {
                        "method": "x_days",
                        "x_days": {
                            "days": 19,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 11
                        }
                    },
                    "d7": {
                        "method": "x_days",
                        "x_days": {
                            "days": 19,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 13,
                            "minutes": 13
                        }
                    }
                }
            },
            "timezone": "Europe/Brussels"
        },
        "discount": {
            "general": 17,
            "first_order": 13
        },
        "latches": {
            "enable": true
        },
        "modules": {
            "joyn": {
                "enable": false,
                "partner_reference": "..."
            },
            "paynl": {
                "service_id": "...",
                "merchant_id": "..."
            },
            "payconiq": {
                "enable": false,
                "merchant_id": "...",
                "api_key": "...",
                "api_secret": "..."
            },
            "paypal": {
                "enable": false,
                "client_id": "...",
                "api_secret": "..."
            },
            "payu": {
                "enable": true,
                "provider": "",
                "romania": {
                    "merchant_code": "...",
                    "secret_key": "..."
                },
                "brazil": {
                    "api_login": "...",
                    "api_key": "...",
                    "account_id": "...",
                    "merchant_id": "..."
                },
                "single_platform": {
                    "pos_id": "...",
                    "second_key": "...",
                    "secret_key": "..."
                },
                "iyzico": {
                    "api_key": "...",
                    "secret_key": "..."
                }
            },
            "monizze": {
                "enable": false,
                "merchant_id": "...",
                "in_key": "...",
                "out_key": "..."
            },
            "edenred": {
                "enable": false,
                "merchant_id": "..."
            },
            "qguard": {
                "enable": false,
                "contract_id": "..."
            },
            "viresmo": {
                "enable": true,
                "api_key": "...",
                "organisation_id": "..."
            },
            "innovend": {
                "enable": true
            },
            "mannamatic": {
                "enable": false
            }
        },
        "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
                }
            ],
            "file_id": 12,
            "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
                }
            ],
            "file_id": 14,
            "white_background": false
        },
        "url": "...",
        "placeholder": {
            "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
        },
        "photos": [
            {
                "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
            },
            {
                "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
            },
            {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 19,
                "white_background": false
            }
        ]
    },
    {
        "name": "Jessica Littel II",
        "active": true,
        "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": true,
        "allow_product_comments": true,
        "takeout_use_intervals": true,
        "allow_order_messages": true,
        "categories": [
            {
                "name": "Keith Mayert",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": false,
                "code": "...",
                "id": 15,
                "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
                },
                "overview_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": "Fuga qui explicabo aut et placeat delectus neque quo assumenda molestiae."
                    },
                    "description": {
                        "en": "Consequuntur et et rem cupiditate molestiae. Officiis eum accusantium aliquid illo autem et et. Quas harum et consequuntur repudiandae ducimus eum quaerat."
                    },
                    "url": {
                        "en": "http://carroll.info/similique-veniam-nostrum-ratione-inventore-et-et-eum-ad"
                    }
                }
            },
            {
                "name": "Elton Rempel",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": true,
                "code": "...",
                "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
                        }
                    ],
                    "file_id": 11,
                    "white_background": false
                },
                "overview_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": "Expedita odio quis atque et optio molestiae."
                    },
                    "description": {
                        "en": "Eius molestiae omnis eveniet soluta modi. Deleniti labore ut architecto dicta consequatur. Eius non et qui blanditiis et."
                    },
                    "url": {
                        "en": "http://www.gulgowski.com/provident-rerum-vel-omnis-cum"
                    }
                }
            },
            {
                "name": "Haley Purdy",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": true,
                "code": "...",
                "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
                        }
                    ],
                    "file_id": 10,
                    "white_background": true
                },
                "overview_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
                },
                "seo": {
                    "title": {
                        "en": "Exercitationem iure non eligendi culpa velit repellat odit deserunt praesentium."
                    },
                    "description": {
                        "en": "Sed est rerum et vitae quis. Consequatur voluptas nesciunt dolor voluptas et. Ea eum a aliquid sit."
                    },
                    "url": {
                        "en": "http://nader.com/dolorem-facilis-ut-est-sunt-dicta.html"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    13,
                    17,
                    15
                ],
                "id": 11,
                "overview_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
                },
                "uuid": "...",
                "order": 12
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    19,
                    14,
                    16
                ],
                "id": 18,
                "overview_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
                },
                "uuid": "...",
                "order": 14
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    15,
                    17,
                    19
                ],
                "id": 14,
                "overview_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
                },
                "uuid": "...",
                "order": 15
            }
        ],
        "currency": "...",
        "emails": {
            "note_for_customer": "..."
        },
        "internal_name": "...",
        "VAT": "...",
        "bank_account_number": "...",
        "links": {
            "website": "https://example.com",
            "twitter": "https://example.com",
            "facebook": "https://example.com",
            "instagram": "https://example.com",
            "youtube": "https://example.com",
            "pinterest": "https://example.com",
            "snapchat": "https://example.com"
        },
        "content": {
            "specialties": "...",
            "about_us": "...",
            "customer_message": "..."
        },
        "contact": {
            "telephone": "...",
            "email": "..."
        },
        "display": {
            "display_mode": "blocks",
            "collapse_category_groups": true,
            "show_category_overview": false,
            "show_category_group_overview": false
        },
        "spotlight": {
            "enable": false,
            "title": "...",
            "type": "product",
            "id": 15,
            "photo": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 14,
                "white_background": true
            }
        },
        "comments": {
            "disable_when_order_is_approved": false
        },
        "checkout": {
            "warranty": {
                "ask_for_bank_account_number": false
            },
            "invoicing": {
                "allow": true,
                "cost": 15,
                "ignore_cost_if_above": 15,
                "ignore_cost_if_above_enable": false,
                "generate": {
                    "enable": false,
                    "expire_days": 16
                }
            },
            "takeout": {
                "enable": false,
                "auto_approve_orders": true,
                "payment_methods": {
                    "cash": false,
                    "cash_if_targetprice_isop": true,
                    "online": true,
                    "online_if_targetprice": false,
                    "banktransfer": false,
                    "banktransfer_with_invoice": false,
                    "bank_account_numbers": [
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        }
                    ]
                },
                "max_orders": {
                    "items": [
                        {
                            "max_per": "hour",
                            "max_amount": 10,
                            "days": {
                                "all": false,
                                "custom": [
                                    10,
                                    17,
                                    10
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 11,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 11,
                            "days": {
                                "all": true,
                                "custom": [
                                    10,
                                    14,
                                    17
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 17,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 19,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 17,
                            "days": {
                                "all": false,
                                "custom": [
                                    12,
                                    18,
                                    11
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 11,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 15,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        }
                    ]
                }
            },
            "delivery": {
                "enable": true,
                "auto_approve_orders": false,
                "info_message": "...",
                "minimum_order_price": 16,
                "payment_methods": {
                    "cash": true,
                    "cash_if_targetprice_isop": true,
                    "online": true,
                    "online_if_targetprice": true,
                    "banktransfer": false,
                    "banktransfer_with_invoice": true,
                    "bank_account_numbers": [
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        }
                    ]
                },
                "max_orders": {
                    "items": [
                        {
                            "max_per": "hour",
                            "max_amount": 14,
                            "days": {
                                "all": false,
                                "custom": [
                                    17,
                                    18,
                                    19
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 13,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 13,
                            "days": {
                                "all": true,
                                "custom": [
                                    11,
                                    16,
                                    16
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 13,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 15,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 16,
                            "days": {
                                "all": false,
                                "custom": [
                                    14,
                                    12,
                                    15
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 13,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        }
                    ]
                },
                "cost": {
                    "type": "fixed",
                    "cost_per_day": {
                        "d1": 12,
                        "d2": 10,
                        "d3": 19,
                        "d4": 17,
                        "d5": 15,
                        "d6": 16,
                        "d7": 14
                    },
                    "alternative": {
                        "enable": true,
                        "order_price": 15,
                        "cost_per_day": {
                            "d1": 19,
                            "d2": 10,
                            "d3": 16,
                            "d4": 16,
                            "d5": 13,
                            "d6": 10,
                            "d7": 11
                        }
                    },
                    "distance_alternatives": [
                        {
                            "distance": 16,
                            "cost_per_day": {
                                "d1": 15,
                                "d2": 19,
                                "d3": 15,
                                "d4": 17,
                                "d5": 13,
                                "d6": 14,
                                "d7": 11
                            }
                        },
                        {
                            "distance": 18,
                            "cost_per_day": {
                                "d1": 12,
                                "d2": 16,
                                "d3": 14,
                                "d4": 11,
                                "d5": 18,
                                "d6": 19,
                                "d7": 10
                            }
                        },
                        {
                            "distance": 12,
                            "cost_per_day": {
                                "d1": 19,
                                "d2": 15,
                                "d3": 19,
                                "d4": 11,
                                "d5": 14,
                                "d6": 17,
                                "d7": 13
                            }
                        }
                    ]
                },
                "range": {
                    "everywhere": false,
                    "has_max_range": false,
                    "max_range": 15
                }
            }
        },
        "time": {
            "open": {
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                }
            },
            "takeout": {
                "use_intervals": false,
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                },
                "upfront": {
                    "d1": {
                        "method": "x_days",
                        "x_days": {
                            "days": 16,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 19,
                            "minutes": 13
                        }
                    },
                    "d2": {
                        "method": "x_days",
                        "x_days": {
                            "days": 14,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 15,
                            "minutes": 14
                        }
                    },
                    "d3": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 19,
                            "minutes": 19
                        }
                    },
                    "d4": {
                        "method": "x_days",
                        "x_days": {
                            "days": 12,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 11,
                            "minutes": 18
                        }
                    },
                    "d5": {
                        "method": "x_days",
                        "x_days": {
                            "days": 17,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 13
                        }
                    },
                    "d6": {
                        "method": "x_days",
                        "x_days": {
                            "days": 19,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 17
                        }
                    },
                    "d7": {
                        "method": "x_days",
                        "x_days": {
                            "days": 16,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 15,
                            "minutes": 11
                        }
                    }
                }
            },
            "delivery": {
                "use_intervals": false,
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                },
                "upfront": {
                    "d1": {
                        "method": "x_days",
                        "x_days": {
                            "days": 11,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 15,
                            "minutes": 13
                        }
                    },
                    "d2": {
                        "method": "x_days",
                        "x_days": {
                            "days": 12,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 13,
                            "minutes": 15
                        }
                    },
                    "d3": {
                        "method": "x_days",
                        "x_days": {
                            "days": 12,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 19
                        }
                    },
                    "d4": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 18,
                            "minutes": 10
                        }
                    },
                    "d5": {
                        "method": "x_days",
                        "x_days": {
                            "days": 12,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 11,
                            "minutes": 11
                        }
                    },
                    "d6": {
                        "method": "x_days",
                        "x_days": {
                            "days": 14,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 12
                        }
                    },
                    "d7": {
                        "method": "x_days",
                        "x_days": {
                            "days": 18,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 13,
                            "minutes": 13
                        }
                    }
                }
            },
            "timezone": "Europe/Brussels"
        },
        "discount": {
            "general": 10,
            "first_order": 18
        },
        "latches": {
            "enable": true
        },
        "modules": {
            "joyn": {
                "enable": true,
                "partner_reference": "..."
            },
            "paynl": {
                "service_id": "...",
                "merchant_id": "..."
            },
            "payconiq": {
                "enable": false,
                "merchant_id": "...",
                "api_key": "...",
                "api_secret": "..."
            },
            "paypal": {
                "enable": true,
                "client_id": "...",
                "api_secret": "..."
            },
            "payu": {
                "enable": false,
                "provider": "",
                "romania": {
                    "merchant_code": "...",
                    "secret_key": "..."
                },
                "brazil": {
                    "api_login": "...",
                    "api_key": "...",
                    "account_id": "...",
                    "merchant_id": "..."
                },
                "single_platform": {
                    "pos_id": "...",
                    "second_key": "...",
                    "secret_key": "..."
                },
                "iyzico": {
                    "api_key": "...",
                    "secret_key": "..."
                }
            },
            "monizze": {
                "enable": true,
                "merchant_id": "...",
                "in_key": "...",
                "out_key": "..."
            },
            "edenred": {
                "enable": true,
                "merchant_id": "..."
            },
            "qguard": {
                "enable": false,
                "contract_id": "..."
            },
            "viresmo": {
                "enable": true,
                "api_key": "...",
                "organisation_id": "..."
            },
            "innovend": {
                "enable": false
            },
            "mannamatic": {
                "enable": false
            }
        },
        "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
                }
            ],
            "file_id": 11,
            "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
                }
            ],
            "file_id": 19,
            "white_background": true
        },
        "url": "...",
        "placeholder": {
            "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
        },
        "photos": [
            {
                "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
            },
            {
                "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
            },
            {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 14,
                "white_background": false
            }
        ]
    },
    {
        "name": "Nils Barton",
        "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": false,
        "allow_order_comments": true,
        "allow_product_comments": true,
        "takeout_use_intervals": true,
        "allow_order_messages": false,
        "categories": [
            {
                "name": "Myriam Braun",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": true,
                "code": "...",
                "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
                        }
                    ],
                    "file_id": 14,
                    "white_background": true
                },
                "overview_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
                },
                "seo": {
                    "title": {
                        "en": "Nihil optio repudiandae facere ut et nemo sint quis veniam."
                    },
                    "description": {
                        "en": "Et sit eligendi hic rerum iure ut suscipit. Ad delectus sed pariatur dolores sed odio. Exercitationem molestias quae consequatur eos. Saepe consequatur non earum aut voluptas consequatur."
                    },
                    "url": {
                        "en": "http://www.larkin.com/quibusdam-cum-facilis-cum-hic-consequatur-assumenda-non"
                    }
                }
            },
            {
                "name": "Oral Feest II",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "only_order_in_store": true,
                "code": "...",
                "id": 10,
                "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
                },
                "overview_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": "Omnis explicabo quis et incidunt commodi ipsam nihil molestiae."
                    },
                    "description": {
                        "en": "Sed rerum officiis ipsa rem. Voluptatem quod ut consectetur dolores suscipit qui. Eum modi exercitationem laborum ullam. Repudiandae blanditiis delectus ut fugiat omnis velit beatae."
                    },
                    "url": {
                        "en": "http://www.borer.info/esse-incidunt-unde-unde-amet-ea-fugiat"
                    }
                }
            },
            {
                "name": "Mr. Gregory Vandervort",
                "description": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "only_order_in_store": false,
                "code": "...",
                "id": 11,
                "banner": {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "file_id": 11,
                    "white_background": false
                },
                "overview_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": "Voluptas quis sed officiis qui et pariatur dicta nostrum."
                    },
                    "description": {
                        "en": "Doloremque qui a ipsa quia ad. Odit quas distinctio et dicta magnam illo. Praesentium consequuntur ipsa vero nostrum."
                    },
                    "url": {
                        "en": "http://boyle.com/perspiciatis-id-quia-assumenda-voluptatem"
                    }
                }
            }
        ],
        "category_groups": [
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    12,
                    13,
                    11
                ],
                "id": 10,
                "overview_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
                },
                "uuid": "...",
                "order": 15
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": true,
                "category_ids": [
                    16,
                    12,
                    11
                ],
                "id": 18,
                "overview_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
                },
                "uuid": "...",
                "order": 19
            },
            {
                "name": {
                    "nl": "...",
                    "en": "...",
                    "fr": "..."
                },
                "active": false,
                "category_ids": [
                    19,
                    12,
                    12
                ],
                "id": 10,
                "overview_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
                },
                "uuid": "...",
                "order": 16
            }
        ],
        "currency": "...",
        "emails": {
            "note_for_customer": "..."
        },
        "internal_name": "...",
        "VAT": "...",
        "bank_account_number": "...",
        "links": {
            "website": "https://example.com",
            "twitter": "https://example.com",
            "facebook": "https://example.com",
            "instagram": "https://example.com",
            "youtube": "https://example.com",
            "pinterest": "https://example.com",
            "snapchat": "https://example.com"
        },
        "content": {
            "specialties": "...",
            "about_us": "...",
            "customer_message": "..."
        },
        "contact": {
            "telephone": "...",
            "email": "..."
        },
        "display": {
            "display_mode": "blocks",
            "collapse_category_groups": false,
            "show_category_overview": false,
            "show_category_group_overview": true
        },
        "spotlight": {
            "enable": true,
            "title": "...",
            "type": "product",
            "id": 19,
            "photo": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "file_id": 12,
                "white_background": false
            }
        },
        "comments": {
            "disable_when_order_is_approved": true
        },
        "checkout": {
            "warranty": {
                "ask_for_bank_account_number": true
            },
            "invoicing": {
                "allow": true,
                "cost": 19,
                "ignore_cost_if_above": 12,
                "ignore_cost_if_above_enable": true,
                "generate": {
                    "enable": false,
                    "expire_days": 15
                }
            },
            "takeout": {
                "enable": false,
                "auto_approve_orders": true,
                "payment_methods": {
                    "cash": true,
                    "cash_if_targetprice_isop": true,
                    "online": false,
                    "online_if_targetprice": false,
                    "banktransfer": false,
                    "banktransfer_with_invoice": false,
                    "bank_account_numbers": [
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        }
                    ]
                },
                "max_orders": {
                    "items": [
                        {
                            "max_per": "hour",
                            "max_amount": 13,
                            "days": {
                                "all": true,
                                "custom": [
                                    17,
                                    17,
                                    11
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 10,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 13,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 14,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 18,
                            "days": {
                                "all": false,
                                "custom": [
                                    18,
                                    17,
                                    16
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 10,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 10,
                            "days": {
                                "all": true,
                                "custom": [
                                    12,
                                    18,
                                    10
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 14,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 11,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        }
                    ]
                }
            },
            "delivery": {
                "enable": false,
                "auto_approve_orders": true,
                "info_message": "...",
                "minimum_order_price": 18,
                "payment_methods": {
                    "cash": false,
                    "cash_if_targetprice_isop": false,
                    "online": false,
                    "online_if_targetprice": true,
                    "banktransfer": true,
                    "banktransfer_with_invoice": true,
                    "bank_account_numbers": [
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        },
                        {
                            "name": "...",
                            "number": "..."
                        }
                    ]
                },
                "max_orders": {
                    "items": [
                        {
                            "max_per": "hour",
                            "max_amount": 15,
                            "days": {
                                "all": true,
                                "custom": [
                                    14,
                                    17,
                                    13
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 14,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 19,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 12,
                            "days": {
                                "all": false,
                                "custom": [
                                    10,
                                    17,
                                    13
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 12,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 17,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 13,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        },
                        {
                            "max_per": "hour",
                            "max_amount": 12,
                            "days": {
                                "all": false,
                                "custom": [
                                    12,
                                    16,
                                    19
                                ]
                            },
                            "intervals": [
                                {
                                    "max_amount": 19,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                },
                                {
                                    "max_amount": 16,
                                    "start": "12:00",
                                    "end": "12:00"
                                }
                            ]
                        }
                    ]
                },
                "cost": {
                    "type": "fixed",
                    "cost_per_day": {
                        "d1": 17,
                        "d2": 14,
                        "d3": 19,
                        "d4": 15,
                        "d5": 12,
                        "d6": 19,
                        "d7": 18
                    },
                    "alternative": {
                        "enable": false,
                        "order_price": 19,
                        "cost_per_day": {
                            "d1": 11,
                            "d2": 15,
                            "d3": 18,
                            "d4": 18,
                            "d5": 11,
                            "d6": 16,
                            "d7": 14
                        }
                    },
                    "distance_alternatives": [
                        {
                            "distance": 12,
                            "cost_per_day": {
                                "d1": 18,
                                "d2": 15,
                                "d3": 17,
                                "d4": 12,
                                "d5": 16,
                                "d6": 12,
                                "d7": 13
                            }
                        },
                        {
                            "distance": 19,
                            "cost_per_day": {
                                "d1": 12,
                                "d2": 18,
                                "d3": 10,
                                "d4": 13,
                                "d5": 19,
                                "d6": 15,
                                "d7": 17
                            }
                        },
                        {
                            "distance": 18,
                            "cost_per_day": {
                                "d1": 15,
                                "d2": 11,
                                "d3": 10,
                                "d4": 15,
                                "d5": 15,
                                "d6": 17,
                                "d7": 16
                            }
                        }
                    ]
                },
                "range": {
                    "everywhere": true,
                    "has_max_range": true,
                    "max_range": 15
                }
            }
        },
        "time": {
            "open": {
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                }
            },
            "takeout": {
                "use_intervals": true,
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                },
                "upfront": {
                    "d1": {
                        "method": "x_days",
                        "x_days": {
                            "days": 16,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 18
                        }
                    },
                    "d2": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 17
                        }
                    },
                    "d3": {
                        "method": "x_days",
                        "x_days": {
                            "days": 11,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 14,
                            "minutes": 11
                        }
                    },
                    "d4": {
                        "method": "x_days",
                        "x_days": {
                            "days": 10,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 11,
                            "minutes": 14
                        }
                    },
                    "d5": {
                        "method": "x_days",
                        "x_days": {
                            "days": 12,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 14,
                            "minutes": 17
                        }
                    },
                    "d6": {
                        "method": "x_days",
                        "x_days": {
                            "days": 18,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 13,
                            "minutes": 15
                        }
                    },
                    "d7": {
                        "method": "x_days",
                        "x_days": {
                            "days": 19,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 11,
                            "minutes": 15
                        }
                    }
                }
            },
            "delivery": {
                "use_intervals": true,
                "hours": {
                    "d1": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d2": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d3": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d4": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d5": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d6": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ],
                    "d7": [
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        },
                        {
                            "start": "12:00",
                            "end": "12:00"
                        }
                    ]
                },
                "upfront": {
                    "d1": {
                        "method": "x_days",
                        "x_days": {
                            "days": 11,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 19
                        }
                    },
                    "d2": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 10,
                            "minutes": 16
                        }
                    },
                    "d3": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 13,
                            "minutes": 13
                        }
                    },
                    "d4": {
                        "method": "x_days",
                        "x_days": {
                            "days": 17,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 18
                        }
                    },
                    "d5": {
                        "method": "x_days",
                        "x_days": {
                            "days": 19,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 12,
                            "minutes": 17
                        }
                    },
                    "d6": {
                        "method": "x_days",
                        "x_days": {
                            "days": 12,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 17,
                            "minutes": 19
                        }
                    },
                    "d7": {
                        "method": "x_days",
                        "x_days": {
                            "days": 15,
                            "close_at": "12:00"
                        },
                        "x_time": {
                            "hours": 15,
                            "minutes": 11
                        }
                    }
                }
            },
            "timezone": "Europe/Brussels"
        },
        "discount": {
            "general": 13,
            "first_order": 11
        },
        "latches": {
            "enable": false
        },
        "modules": {
            "joyn": {
                "enable": false,
                "partner_reference": "..."
            },
            "paynl": {
                "service_id": "...",
                "merchant_id": "..."
            },
            "payconiq": {
                "enable": true,
                "merchant_id": "...",
                "api_key": "...",
                "api_secret": "..."
            },
            "paypal": {
                "enable": false,
                "client_id": "...",
                "api_secret": "..."
            },
            "payu": {
                "enable": false,
                "provider": "",
                "romania": {
                    "merchant_code": "...",
                    "secret_key": "..."
                },
                "brazil": {
                    "api_login": "...",
                    "api_key": "...",
                    "account_id": "...",
                    "merchant_id": "..."
                },
                "single_platform": {
                    "pos_id": "...",
                    "second_key": "...",
                    "secret_key": "..."
                },
                "iyzico": {
                    "api_key": "...",
                    "secret_key": "..."
                }
            },
            "monizze": {
                "enable": false,
                "merchant_id": "...",
                "in_key": "...",
                "out_key": "..."
            },
            "edenred": {
                "enable": false,
                "merchant_id": "..."
            },
            "qguard": {
                "enable": false,
                "contract_id": "..."
            },
            "viresmo": {
                "enable": true,
                "api_key": "...",
                "organisation_id": "..."
            },
            "innovend": {
                "enable": true
            },
            "mannamatic": {
                "enable": true
            }
        },
        "id": 15,
        "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
        },
        "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
        },
        "url": "...",
        "placeholder": {
            "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
        },
        "photos": [
            {
                "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
            },
            {
                "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
            },
            {
                "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
            }
        ]
    }
]
1.9.0 stable