Create category
Create category
Request Body — REQUIRED The category to create. | ||
---|---|---|
ParentCategoryId int32The id of the parent category for the category. | ||
Names object[]The localizable names of the category.
| ||
Descriptions object[]The localized descriptions of the category.
| ||
Hidden booleanIndicates if the category should be hidden from menus, filters etc. | ||
Active booleanTrue if the category is active for use. |
Responses | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 The created category.
| |||||||||||||||
400 Bad request.
|