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.
only_order_in_store Bool Whether the products in this category can only get ordered in the store with a separate UI for the shop employees, and not in the public webshop. Note that you will never receive products with this property set to true if you are not authorized.
image Image? Nullable. Image that should be used in square environments, e.g. category overview
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.
only_order_in_store Bool Whether the products in this category can only get ordered in the store with a separate UI for the shop employees, and not in the public webshop. Note that you will never receive products with this property set to true if you are not authorized.
image Image? Nullable. Image that should be used in square environments, e.g. category overview
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": "Francisca Cormier",
    "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
    },
    "only_order_in_store": true,
    "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
    },
    "messages": [
        "...",
        "...",
        "..."
    ],
    "products": [
        {
            "favourite": true,
            "category": {
                "id": 16,
                "name": "..."
            },
            "origin": "..."
        },
        {
            "favourite": false,
            "category": {
                "id": 16,
                "name": "..."
            },
            "origin": "..."
        },
        {
            "favourite": true,
            "category": {
                "id": 13,
                "name": "..."
            },
            "origin": "..."
        }
    ],
    "seo": {
        "title": {
            "en": "Quis non aut nulla qui inventore."
        },
        "description": {
            "en": "Expedita dolores earum ipsum nihil voluptates deleniti molestiae. Maiores autem libero aperiam. Quod eum placeat assumenda. Eos et eveniet sint delectus."
        },
        "url": {
            "en": "http://huels.com/ullam-et-voluptates-dolorem-modi"
        }
    }
}

Response

When returned in a response.

Example 1

{
    "id": 19,
    "name": "Daija Murphy",
    "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
    },
    "only_order_in_store": false,
    "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
    },
    "messages": [
        "...",
        "...",
        "..."
    ],
    "products": [
        {
            "id": 11,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": 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": 12,
                "currency": "EUR"
            },
            "only_order_in_store": false,
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 16,
                    "name": "Egg"
                },
                {
                    "id": 14,
                    "name": "Nuts"
                },
                {
                    "id": 13,
                    "name": "Celery"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": false,
            "product_prices": [
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 12,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 14,
                        "y": 10,
                        "percentage": 12,
                        "minimum": 17,
                        "offer": {
                            "id": 11,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 18,
                    "name": "...",
                    "price": {
                        "value": 19,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 16,
                        "y": 10,
                        "percentage": 12,
                        "minimum": 11,
                        "offer": {
                            "id": 16,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 15,
                    "name": "...",
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 17,
                        "y": 12,
                        "percentage": 18,
                        "minimum": 19,
                        "offer": {
                            "id": 12,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 18,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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": true
                            },
                            "require_image": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                },
                {
                    "id": 15,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": false
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                },
                {
                    "id": 13,
                    "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": true
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 17,
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 11,
                    "maximum": 19,
                    "suggested": 12
                },
                "weight": {
                    "minimum": 17,
                    "maximum": 10,
                    "suggested": 10
                },
                "persons": {
                    "minimum": 13,
                    "maximum": 11,
                    "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": 19,
                "minimum": 19,
                "offer": {
                    "id": 10,
                    "name": "Black Friday"
                }
            },
            "soldout": true,
            "stock": {
                "amount": 11
            },
            "category": {
                "id": 10,
                "name": "..."
            },
            "origin": "..."
        },
        {
            "id": 15,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": true,
            "price": {
                "value": 14,
                "currency": "EUR"
            },
            "only_order_in_store": true,
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 12,
                    "name": "Gluten"
                },
                {
                    "id": 15,
                    "name": "Soy"
                },
                {
                    "id": 14,
                    "name": "Peanut"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": false,
            "product_prices": [
                {
                    "id": 16,
                    "name": "...",
                    "price": {
                        "value": 19,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 10,
                        "y": 19,
                        "percentage": 15,
                        "minimum": 16,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 18,
                    "name": "...",
                    "price": {
                        "value": 17,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 18,
                        "y": 16,
                        "percentage": 15,
                        "minimum": 17,
                        "offer": {
                            "id": 12,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 17,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 17,
                        "y": 12,
                        "percentage": 19,
                        "minimum": 13,
                        "offer": {
                            "id": 10,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 19,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 19,
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                },
                {
                    "id": 13,
                    "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 13,
                            "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": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 13,
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                },
                {
                    "id": 13,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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": true
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 18,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 14,
                    "maximum": 18,
                    "suggested": 19
                },
                "weight": {
                    "minimum": 15,
                    "maximum": 19,
                    "suggested": 18
                },
                "persons": {
                    "minimum": 17,
                    "maximum": 17,
                    "suggested": 11
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 17,
                "y": 15,
                "percentage": 11,
                "minimum": 12,
                "offer": {
                    "id": 18,
                    "name": "Black Friday"
                }
            },
            "soldout": false,
            "stock": {
                "amount": 14
            },
            "category": {
                "id": 13,
                "name": "..."
            },
            "origin": "..."
        },
        {
            "id": 11,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": false,
            "price": {
                "value": 13,
                "currency": "EUR"
            },
            "only_order_in_store": true,
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 12,
                    "name": "Sesame"
                },
                {
                    "id": 13,
                    "name": "Milk"
                },
                {
                    "id": 14,
                    "name": "Soy"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": false,
            "product_prices": [
                {
                    "id": 15,
                    "name": "...",
                    "price": {
                        "value": 12,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 10,
                        "y": 19,
                        "percentage": 11,
                        "minimum": 13,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 19,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 19,
                        "y": 11,
                        "percentage": 10,
                        "minimum": 15,
                        "offer": {
                            "id": 13,
                            "name": "Black Friday"
                        }
                    }
                },
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 14,
                        "currency": "EUR"
                    },
                    "offer": {
                        "type": "percentage",
                        "x": 10,
                        "y": 14,
                        "percentage": 10,
                        "minimum": 10,
                        "offer": {
                            "id": 15,
                            "name": "Black Friday"
                        }
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 11,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 14,
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 15,
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 12,
                            "name": "...",
                            "price_change": {
                                "value": 19,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                },
                {
                    "id": 15,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "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": true
                            },
                            "require_image": false,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 16,
                            "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": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            },
                            "image": {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            "require_image": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                },
                {
                    "id": 17,
                    "name": "...",
                    "code": "...",
                    "options": [
                        {
                            "id": 12,
                            "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": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        },
                        {
                            "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": true,
                            "code": "...",
                            "price_calculation": "PER_PIECE"
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 12,
                    "maximum": 13,
                    "suggested": 11
                },
                "weight": {
                    "minimum": 17,
                    "maximum": 18,
                    "suggested": 10
                },
                "persons": {
                    "minimum": 12,
                    "maximum": 16,
                    "suggested": 11
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ],
            "offer": {
                "type": "percentage",
                "x": 17,
                "y": 18,
                "percentage": 14,
                "minimum": 19,
                "offer": {
                    "id": 16,
                    "name": "Black Friday"
                }
            },
            "soldout": false,
            "stock": {
                "amount": 13
            },
            "category": {
                "id": 19,
                "name": "..."
            },
            "origin": "..."
        }
    ],
    "seo": {
        "title": {
            "en": "Aliquam odit necessitatibus illum eos eius atque nam molestiae."
        },
        "description": {
            "en": "Praesentium deleniti animi delectus ad. Quis consequuntur laudantium atque autem. Quisquam natus quas ea."
        },
        "url": {
            "en": "http://mitchell.org/nesciunt-facilis-odit-ipsum-et-magni-blanditiis.html"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.6.0 stable