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": 15,
"name": "Jillian Schroeder",
"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": "Porro dolore quis sed fugiat corrupti et quae velit odio quia exercitationem."
},
"description": {
"en": "Ex praesentium nobis est molestiae sed natus ut repudiandae. Est qui facilis quia omnis et. Suscipit quam mollitia dicta laborum."
},
"url": {
"en": "http://wilderman.com/illum-et-nemo-iure-veritatis-laborum-maxime-est-dolores.html"
}
}
}