Get category by id

GET /shops/@shop/categories/@id

Request

Optional authentication

You can use authentication for this request, but it is not required. Always provide the access_token when you have one. It may affect the response.

Header Value
Authorization Optional. 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
shop Int An integer value
id Int An integer value

Example request 1

GET /shops/11/categories/19 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.4.0
Accept-Language: en-US,en;q=0.5

Response

Field Type Description
id Int Id of the category
name String Translated category name
banner Image? Nullable.
messages [String] Array of String
products [Product.detailed] Array of Product.detailed
seo company.SeoData Optional. Product page SEO metatags

Example response 1

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

{
    "id": 14,
    "name": "Dolores Lemke",
    "banner": {
        "resolutions": [
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            }
        ],
        "white_background": false
    },
    "messages": [
        "...",
        "...",
        "..."
    ],
    "products": [
        {
            "id": 18,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": true,
            "price": {
                "value": 19,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 19,
                    "name": "Soy"
                },
                {
                    "id": 13,
                    "name": "Peanut"
                },
                {
                    "id": 11,
                    "name": "Nuts"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": true,
            "product_prices": [
                {
                    "id": 14,
                    "name": "...",
                    "price": {
                        "value": 15,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 15,
                        "y": 19,
                        "percentage": 18,
                        "minimum": 10,
                        "offer": {
                            "id": 19,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 16,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 14,
                        "y": 10,
                        "percentage": 17,
                        "minimum": 17,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 19,
                    "name": "...",
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 14,
                        "y": 18,
                        "percentage": 12,
                        "minimum": 10,
                        "offer": {
                            "id": 18,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 13,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 15,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        }
                    ]
                },
                {
                    "id": 12,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 15,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        }
                    ]
                },
                {
                    "id": 19,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 12,
                            "name": "...",
                            "price_change": {
                                "value": 19,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 18,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 13,
                            "name": "...",
                            "price_change": {
                                "value": 15,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 14,
                    "maximum": 17,
                    "suggested": 17
                },
                "weight": {
                    "minimum": 17,
                    "maximum": 13,
                    "suggested": 13
                },
                "persons": {
                    "minimum": 19,
                    "maximum": 11,
                    "suggested": 11
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 15,
                "y": 12,
                "percentage": 11,
                "minimum": 19,
                "offer": {
                    "id": 14,
                    "name": "Black Friday"
                }
            }
        },
        {
            "id": 18,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": false,
            "price": {
                "value": 11,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 11,
                    "name": "Mollusc"
                },
                {
                    "id": 15,
                    "name": "Milk"
                },
                {
                    "id": 10,
                    "name": "Milk"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": false,
            "product_prices": [
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 12,
                        "y": 14,
                        "percentage": 19,
                        "minimum": 11,
                        "offer": {
                            "id": 10,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 13,
                    "name": "...",
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 18,
                        "y": 11,
                        "percentage": 12,
                        "minimum": 10,
                        "offer": {
                            "id": 18,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 13,
                    "name": "...",
                    "price": {
                        "value": 12,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 13,
                        "y": 13,
                        "percentage": 14,
                        "minimum": 13,
                        "offer": {
                            "id": 17,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 13,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 18,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 13,
                            "name": "...",
                            "price_change": {
                                "value": 12,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        }
                    ]
                },
                {
                    "id": 14,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 12,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        },
                        {
                            "id": 19,
                            "name": "...",
                            "price_change": {
                                "value": 10,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        },
                        {
                            "id": 11,
                            "name": "...",
                            "price_change": {
                                "value": 17,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        }
                    ]
                },
                {
                    "id": 10,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 19,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 18,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 13,
                    "maximum": 11,
                    "suggested": 11
                },
                "weight": {
                    "minimum": 13,
                    "maximum": 11,
                    "suggested": 10
                },
                "persons": {
                    "minimum": 19,
                    "maximum": 17,
                    "suggested": 18
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 18,
                "y": 10,
                "percentage": 14,
                "minimum": 14,
                "offer": {
                    "id": 17,
                    "name": "Black Friday"
                }
            }
        },
        {
            "id": 11,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": true,
            "price": {
                "value": 10,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 15,
                    "name": "Gluten"
                },
                {
                    "id": 17,
                    "name": "Nuts"
                },
                {
                    "id": 16,
                    "name": "Crustaceans"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": false,
            "product_prices": [
                {
                    "id": 12,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 19,
                        "y": 13,
                        "percentage": 15,
                        "minimum": 19,
                        "offer": {
                            "id": 15,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 14,
                    "name": "...",
                    "price": {
                        "value": 14,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 15,
                        "y": 12,
                        "percentage": 16,
                        "minimum": 16,
                        "offer": {
                            "id": 16,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 14,
                    "name": "...",
                    "price": {
                        "value": 14,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 13,
                        "y": 15,
                        "percentage": 14,
                        "minimum": 19,
                        "offer": {
                            "id": 17,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 11,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 11,
                            "name": "...",
                            "price_change": {
                                "value": 12,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 19,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 15,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        }
                    ]
                },
                {
                    "id": 19,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 17,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        },
                        {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 17,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        }
                    ]
                },
                {
                    "id": 12,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 15,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        },
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        },
                        {
                            "id": 19,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 16,
                    "maximum": 14,
                    "suggested": 14
                },
                "weight": {
                    "minimum": 11,
                    "maximum": 11,
                    "suggested": 15
                },
                "persons": {
                    "minimum": 17,
                    "maximum": 10,
                    "suggested": 15
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 19,
                "y": 19,
                "percentage": 14,
                "minimum": 10,
                "offer": {
                    "id": 15,
                    "name": "Black Friday"
                }
            }
        }
    ],
    "seo": {
        "title": {
            "en": "Omnis id officiis sit architecto vel."
        },
        "description": {
            "en": "Illum eum et dicta. Nesciunt omnis non at aliquam ut eum voluptas. Sunt qui blanditiis qui sunt vitae error perferendis. Consequatur atque ut facilis quia aliquid velit."
        },
        "url": {
            "en": "http://www.collier.biz/et-perspiciatis-at-minima-est"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.4.0 stable