v1

latestOpenAPI 3.0.02026-07-24182211348.4 KB
Category

Create category

Creates a new category, if property key in model is not defined, the key will be the same as categoryId

post/category

Request body

CategoryIdinteger

The id of the category. Uniquely identifies a category

Keystring

The key of the category. If feature 'Use alphanumeric category IDs' is enabled, this will be used as identifier instead of id.

Namestring

The name of the category

Rankinteger

The rank of the category

Status'Active' | 'InActive'

The status of the category

Parentsinteger[]

The parents of the category

Urlstring

The category url

Response

The id of the created category

integer required