Create category
Create category
Request Body — REQUIRED The category to create. | ||
---|---|---|
ParentCategoryId int32The ID of the parent category. Set to 0 for a root-level 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.
|