Category.simple

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.
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.
seo company.SeoData Optional. Product page SEO metatags

Examples

Example 1

{
    "id": 14,
    "name": "Ashtyn Kassulke",
    "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
    },
    "seo": {
        "title": {
            "en": "Magnam nihil eos autem deserunt sequi eius quidem et."
        },
        "description": {
            "en": "Dolor voluptatem voluptatem tempora ratione quo. Sunt provident suscipit quis necessitatibus recusandae. Excepturi enim et dolor et accusantium voluptatem."
        },
        "url": {
            "en": "https://www.reynolds.com/impedit-et-ullam-qui-maxime"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.0 stable