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": 17,
"name": "Prof. Filomena Medhurst PhD",
"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": "Iure distinctio velit voluptatem odit enim sint."
},
"description": {
"en": "Qui esse voluptatum cum ut. Omnis laboriosam amet mollitia. Mollitia aut enim ut fugit. Voluptatem dolorem fuga omnis. Repellendus sequi consequuntur similique quia iusto sunt."
},
"url": {
"en": "http://www.langosh.biz/velit-dignissimos-commodi-mollitia-placeat-quibusdam-provident-cum"
}
}
}