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": 12,
    "name": "Kenyatta Torphy DVM",
    "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,
            "category": {
                "id": 19,
                "name": "..."
            }
        },
        {
            "favourite": true,
            "category": {
                "id": 18,
                "name": "..."
            }
        },
        {
            "favourite": true,
            "category": {
                "id": 15,
                "name": "..."
            }
        }
    ],
    "seo": {
        "title": {
            "en": "Quo molestiae assumenda assumenda et dolorum."
        },
        "description": {
            "en": "Eum reprehenderit voluptatem saepe itaque qui. Non eum ab deserunt sed. Consequatur non enim sequi voluptatibus vel. Dolor at hic ea est delectus. Similique est voluptates ut porro et."
        },
        "url": {
            "en": "https://larkin.org/et-odit-perspiciatis-et-delectus.html"
        }
    }
}

Response

When returned in a response.

Example 1

{
    "id": 10,
    "name": "Dr. Alexandra White V",
    "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": 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": 11,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 10,
                    "name": "Egg"
                },
                {
                    "id": 16,
                    "name": "Milk"
                },
                {
                    "id": 11,
                    "name": "Gluten"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": true,
            "product_prices": [
                {
                    "id": 10,
                    "name": "...",
                    "price": {
                        "value": 11,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 12,
                        "y": 13,
                        "percentage": 13,
                        "minimum": 18,
                        "offer": {
                            "id": 15,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 16,
                        "y": 11,
                        "percentage": 11,
                        "minimum": 15,
                        "offer": {
                            "id": 18,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 10,
                    "name": "...",
                    "price": {
                        "value": 13,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 12,
                        "y": 10,
                        "percentage": 19,
                        "minimum": 12,
                        "offer": {
                            "id": 11,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 14,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 12,
                            "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": 14,
                            "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": true
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 14,
                            "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": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 11,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 12,
                            "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": true,
                            "code": "..."
                        },
                        {
                            "id": 12,
                            "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": true,
                            "code": "..."
                        },
                        {
                            "id": 13,
                            "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": 14,
                            "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": 10,
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 17,
                            "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": "..."
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 12,
                    "maximum": 15,
                    "suggested": 12
                },
                "weight": {
                    "minimum": 19,
                    "maximum": 15,
                    "suggested": 18
                },
                "persons": {
                    "minimum": 19,
                    "maximum": 14,
                    "suggested": 19
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 16,
                "y": 13,
                "percentage": 11,
                "minimum": 17,
                "offer": {
                    "id": 13,
                    "name": "Black Friday"
                }
            },
            "soldout": true,
            "stock": {
                "amount": 19
            },
            "category": {
                "id": 15,
                "name": "..."
            }
        },
        {
            "id": 10,
            "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": 12,
                    "name": "Egg"
                },
                {
                    "id": 18,
                    "name": "Lactose"
                },
                {
                    "id": 14,
                    "name": "Crustaceans"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": false,
            "product_prices": [
                {
                    "id": 10,
                    "name": "...",
                    "price": {
                        "value": 15,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 12,
                        "y": 11,
                        "percentage": 11,
                        "minimum": 10,
                        "offer": {
                            "id": 19,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 15,
                    "name": "...",
                    "price": {
                        "value": 15,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 16,
                        "y": 15,
                        "percentage": 10,
                        "minimum": 11,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 18,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 19,
                        "y": 11,
                        "percentage": 14,
                        "minimum": 15,
                        "offer": {
                            "id": 15,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 10,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 13,
                            "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": 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": true
                            },
                            "require_image": true,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 13,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 14,
                            "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": 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": "..."
                        },
                        {
                            "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": false
                            },
                            "require_image": false,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 18,
                    "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": true,
                            "code": "..."
                        },
                        {
                            "id": 19,
                            "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": false,
                            "code": "..."
                        },
                        {
                            "id": 15,
                            "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": true,
                            "code": "..."
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 10,
                    "maximum": 14,
                    "suggested": 19
                },
                "weight": {
                    "minimum": 17,
                    "maximum": 18,
                    "suggested": 12
                },
                "persons": {
                    "minimum": 18,
                    "maximum": 11,
                    "suggested": 13
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 12,
                "y": 19,
                "percentage": 17,
                "minimum": 15,
                "offer": {
                    "id": 19,
                    "name": "Black Friday"
                }
            },
            "soldout": true,
            "stock": {
                "amount": 15
            },
            "category": {
                "id": 19,
                "name": "..."
            }
        },
        {
            "id": 10,
            "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": true,
            "price": {
                "value": 18,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 11,
                    "name": "Peanut"
                },
                {
                    "id": 13,
                    "name": "Peanut"
                },
                {
                    "id": 17,
                    "name": "Milk"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": false,
            "product_prices": [
                {
                    "id": 19,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 18,
                        "y": 14,
                        "percentage": 18,
                        "minimum": 14,
                        "offer": {
                            "id": 18,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 17,
                    "name": "...",
                    "price": {
                        "value": 12,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 11,
                        "y": 17,
                        "percentage": 19,
                        "minimum": 15,
                        "offer": {
                            "id": 10,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 10,
                    "name": "...",
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 10,
                        "y": 16,
                        "percentage": 15,
                        "minimum": 10,
                        "offer": {
                            "id": 19,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 16,
                    "name": "...",
                    "code": "...",
                    "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
                            },
                            "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": 11,
                            "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": 14,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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": true
                            },
                            "require_image": true,
                            "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": true,
                            "code": "..."
                        },
                        {
                            "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": true,
                            "code": "..."
                        }
                    ]
                },
                {
                    "id": 13,
                    "name": "...",
                    "code": "...",
                    "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
                            },
                            "require_image": false,
                            "code": "..."
                        },
                        {
                            "id": 14,
                            "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": true
                            },
                            "require_image": true,
                            "code": "..."
                        },
                        {
                            "id": 10,
                            "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": "..."
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 14,
                    "maximum": 10,
                    "suggested": 13
                },
                "weight": {
                    "minimum": 19,
                    "maximum": 13,
                    "suggested": 10
                },
                "persons": {
                    "minimum": 10,
                    "maximum": 19,
                    "suggested": 13
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 15,
                "y": 19,
                "percentage": 18,
                "minimum": 19,
                "offer": {
                    "id": 19,
                    "name": "Black Friday"
                }
            },
            "soldout": false,
            "stock": {
                "amount": 15
            },
            "category": {
                "id": 18,
                "name": "..."
            }
        }
    ],
    "seo": {
        "title": {
            "en": "Velit debitis id quia fuga ab id aspernatur inventore commodi ex."
        },
        "description": {
            "en": "Dolor qui rerum aliquid velit veritatis. Voluptates a quo voluptatem. Quidem impedit suscipit omnis tempora."
        },
        "url": {
            "en": "https://www.reichel.com/in-sequi-ut-cupiditate-expedita"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.2 stable