CategoryUpdate
| Field | Type | Required | Description |
|---|---|---|---|
image |
LocalizationShort | Localization object, see Entity Localization for further information. | |
name |
LocalizationShort | Localization object, see Entity Localization for further information. | |
parentCategoryCode |
ParentCategoryCode | max length 255 · min length 1 | |
url |
LocalizationShort | Url of the category in the desktop shop | |
sequenceId |
integer |
||
description |
LocalizationDescription | Localization object, see Entity Localization for further information. | |
externalUpdateDate |
ExternalUpdateDate | format: date-time |
|
status |
string |
one of: active, inactive |
Example
Section titled “Example”{ "image": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "name": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "parentCategoryCode": "ParentCategoryA", "url": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "sequenceId": 1, "description": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "externalUpdateDate": "2018-12-15T00:00:23.114Z", "status": "active"}
