Category GUID. Must be unique if set. Optional.
Parent category GUID. Category must exist if set. Optional.
Name of file in Files upload storage to be set as category image.
Guid of category before which you want to move the category from the request. Not possible to use with sortAfter. Optional.
Guid of category after which you want to move the category from the request. Not possible to use with sortBefore. Optional.
defines users of the e-shop who can see the category - all = all (default), registered = registered users, unregistered = non-registered users. Optional.
defines how products are sorted in a category; see also Sorting of products in category code list
Similar category guid. Optional.
language of entity (available only if module foreignLanguages is active and initialized)
{ "language": "cs", "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "name": "Watches", "parentGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "description": "<p>Top category description</p>", "secondDescription": "<p>Bottom category description</p>", "imageName": "watches-category-image.jpg", "sourceImageName": "image.png", "sortBefore": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "sortAfter": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "indexName": "watches", "menuTitle": "Watches", "title": "Watches", "metaTagDescription": "Watches, Apple watch, black, white, garmin", "visible": true, "customerVisibility": "all", "productOrdering": "alphabetically", "similarProductsCategory": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "relatedProductsCategory": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed" }