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": 19,
    "name": "Nathanial King",
    "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": [
        {
            "favourite": false
        },
        {
            "favourite": false
        },
        {
            "favourite": true
        }
    ],
    "seo": {
        "title": {
            "en": "Dolorem distinctio qui consequatur hic qui distinctio."
        },
        "description": {
            "en": "Amet ducimus et ea modi enim. Blanditiis ut tempora enim. Voluptatem aut provident aut et."
        },
        "url": {
            "en": "http://blick.net/dicta-ea-et-eum-et-voluptatibus-eum-nisi-recusandae"
        }
    }
}

Response

When returned in a response.

Example 1

{
    "id": 16,
    "name": "Celestino Stoltenberg PhD",
    "banner": {
        "resolutions": [
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            }
        ],
        "white_background": false
    },
    "messages": [
        "...",
        "...",
        "..."
    ],
    "products": [
        {
            "id": 17,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": false,
            "price": {
                "value": 16,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 14,
                    "name": "Fish"
                },
                {
                    "id": 12,
                    "name": "Lupine"
                },
                {
                    "id": 16,
                    "name": "Gluten"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": false,
            "favourite": true,
            "product_prices": [
                {
                    "id": 12,
                    "name": "...",
                    "price": {
                        "value": 16,
                        "currency": "EUR"
                    }
                },
                {
                    "id": 19,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    }
                },
                {
                    "id": 15,
                    "name": "...",
                    "price": {
                        "value": 12,
                        "currency": "EUR"
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 14,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 18,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 11,
                            "name": "...",
                            "price_change": {
                                "value": 12,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 13,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            }
                        }
                    ]
                },
                {
                    "id": 13,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 13,
                            "name": "...",
                            "price_change": {
                                "value": 19,
                                "currency": "EUR"
                            }
                        }
                    ]
                },
                {
                    "id": 19,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 11,
                            "name": "...",
                            "price_change": {
                                "value": 18,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            }
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 14,
                    "maximum": 11,
                    "suggested": 10
                },
                "weight": {
                    "minimum": 19,
                    "maximum": 11,
                    "suggested": 12
                },
                "persons": {
                    "minimum": 13,
                    "maximum": 19,
                    "suggested": 16
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ]
        },
        {
            "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": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": true,
            "price": {
                "value": 14,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 19,
                    "name": "Peanut"
                },
                {
                    "id": 16,
                    "name": "Mollusc"
                },
                {
                    "id": 12,
                    "name": "Milk"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": true,
            "product_prices": [
                {
                    "id": 10,
                    "name": "...",
                    "price": {
                        "value": 19,
                        "currency": "EUR"
                    }
                },
                {
                    "id": 12,
                    "name": "...",
                    "price": {
                        "value": 12,
                        "currency": "EUR"
                    }
                },
                {
                    "id": 19,
                    "name": "...",
                    "price": {
                        "value": 11,
                        "currency": "EUR"
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 16,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 11,
                            "name": "...",
                            "price_change": {
                                "value": 19,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            }
                        }
                    ]
                },
                {
                    "id": 18,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 17,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 15,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 12,
                                "currency": "EUR"
                            }
                        }
                    ]
                },
                {
                    "id": 19,
                    "name": "...",
                    "allow_attachment": true,
                    "options": [
                        {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 14,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 12,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 15,
                            "name": "...",
                            "price_change": {
                                "value": 15,
                                "currency": "EUR"
                            }
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 10,
                    "maximum": 13,
                    "suggested": 13
                },
                "weight": {
                    "minimum": 14,
                    "maximum": 11,
                    "suggested": 11
                },
                "persons": {
                    "minimum": 12,
                    "maximum": 16,
                    "suggested": 17
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ]
        },
        {
            "id": 18,
            "name": "...",
            "images": [
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": false
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                },
                {
                    "resolutions": [
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        },
                        {
                            "src": "https://example.com",
                            "width": 600,
                            "height": 350
                        }
                    ],
                    "white_background": true
                }
            ],
            "price_type": "PER_UNIT",
            "target_price": true,
            "price": {
                "value": 17,
                "currency": "EUR"
            },
            "subtitle": "...",
            "description": "...",
            "allergens": [
                {
                    "id": 19,
                    "name": "Crustaceans"
                },
                {
                    "id": 15,
                    "name": "Lactose"
                },
                {
                    "id": 11,
                    "name": "Lupine"
                }
            ],
            "url": "https://example.com",
            "url_type": "none",
            "specialty": true,
            "favourite": false,
            "product_prices": [
                {
                    "id": 11,
                    "name": "...",
                    "price": {
                        "value": 14,
                        "currency": "EUR"
                    }
                },
                {
                    "id": 13,
                    "name": "...",
                    "price": {
                        "value": 10,
                        "currency": "EUR"
                    }
                },
                {
                    "id": 15,
                    "name": "...",
                    "price": {
                        "value": 18,
                        "currency": "EUR"
                    }
                }
            ],
            "optionsets": [
                {
                    "id": 18,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 14,
                            "name": "...",
                            "price_change": {
                                "value": 12,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 19,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 15,
                            "name": "...",
                            "price_change": {
                                "value": 16,
                                "currency": "EUR"
                            }
                        }
                    ]
                },
                {
                    "id": 11,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 18,
                            "name": "...",
                            "price_change": {
                                "value": 11,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 11,
                            "name": "...",
                            "price_change": {
                                "value": 15,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 10,
                            "name": "...",
                            "price_change": {
                                "value": 10,
                                "currency": "EUR"
                            }
                        }
                    ]
                },
                {
                    "id": 16,
                    "name": "...",
                    "allow_attachment": false,
                    "options": [
                        {
                            "id": 12,
                            "name": "...",
                            "price_change": {
                                "value": 10,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 16,
                            "name": "...",
                            "price_change": {
                                "value": 10,
                                "currency": "EUR"
                            }
                        },
                        {
                            "id": 19,
                            "name": "...",
                            "price_change": {
                                "value": 13,
                                "currency": "EUR"
                            }
                        }
                    ]
                }
            ],
            "min_max": {
                "amount": {
                    "minimum": 10,
                    "maximum": 11,
                    "suggested": 12
                },
                "weight": {
                    "minimum": 10,
                    "maximum": 10,
                    "suggested": 18
                },
                "persons": {
                    "minimum": 10,
                    "maximum": 18,
                    "suggested": 14
                }
            },
            "info": [
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                },
                {
                    "name": "...",
                    "title": "...",
                    "text": "...",
                    "type": "HTML"
                }
            ]
        }
    ],
    "seo": {
        "title": {
            "en": "Deleniti non veniam sapiente nostrum provident."
        },
        "description": {
            "en": "Quas voluptatibus quia autem totam dignissimos aliquam. Nesciunt sint dolorem aut quia delectus enim. Ratione ut saepe quidem et tempore rem. Aliquam placeat accusamus aut vel et velit vel."
        },
        "url": {
            "en": "https://www.ward.com/ipsa-blanditiis-itaque-qui-nam"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.2.0 stable