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 |
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 |
{
"id": 14,
"name": "Jasmin Murazik",
"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": "Quod laudantium aut sit doloribus repellat pariatur."
},
"description": {
"en": "Illo ex qui est est. Sed qui veritatis nihil. Vel aperiam adipisci quis atque corporis praesentium."
},
"url": {
"en": "http://rogahn.com/in-sequi-est-autem.html"
}
}
}