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": 12,
"name": "Virginia Eichmann",
"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": "Aut nostrum a facilis est voluptatibus."
},
"description": {
"en": "Rem architecto rerum odit officiis et. Ut non voluptatem facere qui exercitationem. Atque quod qui incidunt. Consequatur eligendi qui aliquam eius."
},
"url": {
"en": "http://lockman.org/occaecati-sed-recusandae-molestias-est-tempora-molestiae.html"
}
}
}