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": 10,
    "name": "Nolan Koss",
    "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
    },
    "seo": {
        "title": {
            "en": "Iste eos ex sed dignissimos quasi ut."
        },
        "description": {
            "en": "Odio ducimus beatae sapiente est. Est aut tempora ea ex velit. Voluptas ullam debitis nemo reiciendis. Similique et suscipit temporibus enim facilis eum."
        },
        "url": {
            "en": "http://www.parker.com/maxime-eligendi-similique-ipsum"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
0.3.0 stable