Category.detailed

Request

Fields when send to the api inside a request.

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

Response

Fields when returned by the api in a 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

Examples

Request

When used inside a request.

Example 1

{
    "id": 18,
    "name": "Prof. Randal Williamson PhD",
    "banner": {
        "resolutions": [
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            }
        ],
        "white_background": true
    },
    "messages": [
        "...",
        "...",
        "..."
    ],
    "products": [
        {
            "favourite": false
        },
        {
            "favourite": false
        },
        {
            "favourite": false
        }
    ],
    "seo": {
        "title": {
            "en": "Iure ut accusantium est commodi vel voluptatem."
        },
        "description": {
            "en": "Nihil saepe hic mollitia et consequuntur repellat. Sint aut expedita veniam est. Ut quia et fuga ea. Et est soluta temporibus atque harum."
        },
        "url": {
            "en": "http://hill.net/doloribus-aut-omnis-eveniet-excepturi-nihil-nisi-iure.html"
        }
    }
}

Response

When returned in a response.

Example 1

{
    "id": 15,
    "name": "Ida Hessel",
    "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": 17,
            "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": false
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": false,
            "price": {
                "value": 17,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 18,
                    "name": "Crustaceans"
                },
                {
                    "id": 12,
                    "name": "Sesame"
                },
                {
                    "id": 11,
                    "name": "Egg"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": true,
            "product_prices": [
                {
                    "id": 12,
                    "name": "...",
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 18,
                        "y": 15,
                        "percentage": 10,
                        "minimum": 14,
                        "offer": {
                            "id": 17,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 17,
                    "name": "...",
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 15,
                        "y": 14,
                        "percentage": 19,
                        "minimum": 12,
                        "offer": {
                            "id": 10,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 18,
                    "name": "...",
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 10,
                        "y": 17,
                        "percentage": 17,
                        "minimum": 16,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 11,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 11,
                            "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
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "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": false
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 18,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 11,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 19,
                            "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
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 13,
                            "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": false
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 15,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 10,
                            "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
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "id": 17,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 13,
                            "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
                            },
                            "require_image": true,
                            "code": "..."
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 13,
                    "maximum": 18,
                    "suggested": 13
                },
                "weight": {
                    "minimum": 11,
                    "maximum": 14,
                    "suggested": 13
                },
                "persons": {
                    "minimum": 12,
                    "maximum": 10,
                    "suggested": 18
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 12,
                "y": 17,
                "percentage": 13,
                "minimum": 14,
                "offer": {
                    "id": 12,
                    "name": "Black Friday"
                }
            }
        },
        {
            "id": 16,
            "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": 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
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": true,
            "price": {
                "value": 10,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 16,
                    "name": "Crustaceans"
                },
                {
                    "id": 17,
                    "name": "Sulphite"
                },
                {
                    "id": 18,
                    "name": "Peanut"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": true,
            "product_prices": [
                {
                    "id": 15,
                    "name": "...",
                    "price": {
                        "value": 19,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 15,
                        "y": 16,
                        "percentage": 13,
                        "minimum": 16,
                        "offer": {
                            "id": 10,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 19,
                        "y": 17,
                        "percentage": 13,
                        "minimum": 11,
                        "offer": {
                            "id": 12,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 16,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 13,
                        "y": 11,
                        "percentage": 11,
                        "minimum": 19,
                        "offer": {
                            "id": 19,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 11,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 19,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 19,
                            "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
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "id": 11,
                            "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": true
                            },
                            "require_image": true,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 10,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 16,
                            "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": false
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 18,
                            "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": true
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 19,
                            "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": true
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 13,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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": true
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 10,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 18,
                            "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": true
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 13,
                    "maximum": 11,
                    "suggested": 12
                },
                "weight": {
                    "minimum": 17,
                    "maximum": 13,
                    "suggested": 12
                },
                "persons": {
                    "minimum": 16,
                    "maximum": 10,
                    "suggested": 14
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 14,
                "y": 13,
                "percentage": 11,
                "minimum": 15,
                "offer": {
                    "id": 14,
                    "name": "Black Friday"
                }
            }
        },
        {
            "id": 12,
            "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": 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": false,
            "price": {
                "value": 13,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 13,
                    "name": "Milk"
                },
                {
                    "id": 18,
                    "name": "Gluten"
                },
                {
                    "id": 12,
                    "name": "Peanut"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": false,
            "product_prices": [
                {
                    "id": 19,
                    "name": "...",
                    "price": {
                        "value": 17,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 13,
                        "y": 10,
                        "percentage": 14,
                        "minimum": 15,
                        "offer": {
                            "id": 14,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 14,
                        "y": 19,
                        "percentage": 12,
                        "minimum": 10,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 16,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 10,
                        "y": 10,
                        "percentage": 10,
                        "minimum": 12,
                        "offer": {
                            "id": 15,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 11,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 18,
                            "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": false
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "id": 10,
                            "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
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "id": 15,
                            "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": false
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 19,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 18,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 12,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 14,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 18,
                            "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": true
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "id": 17,
                            "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": false
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 14,
                    "maximum": 11,
                    "suggested": 12
                },
                "weight": {
                    "minimum": 18,
                    "maximum": 16,
                    "suggested": 14
                },
                "persons": {
                    "minimum": 10,
                    "maximum": 16,
                    "suggested": 12
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 14,
                "y": 10,
                "percentage": 12,
                "minimum": 14,
                "offer": {
                    "id": 11,
                    "name": "Black Friday"
                }
            }
        }
    ],
    "seo": {
        "title": {
            "en": "Qui perferendis minima et hic esse ullam est quia ipsum voluptatum repellendus."
        },
        "description": {
            "en": "Quibusdam doloribus reprehenderit temporibus ab eum commodi. Eaque distinctio aut voluptatem magnam quasi quo. Dicta omnis velit laboriosam voluptatem fugiat perspiciatis et."
        },
        "url": {
            "en": "http://www.wunsch.info/est-omnis-odio-illum-quo-nulla-non.html"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.1 stable