Creates a new product-model category, used to organize the product catalogue and to drive its navigation.
Categories can be nested by valorising the parentId field, so as to build a tree of categories.
Required permissions: READ_PRODUCT_MODEL, WRITE_PRODUCT_MODEL.
The name of the tenant (e.g. acme).
The details of the product-model category being created.
The category name.
The id of the parent category to which the category belongs.
Successful creation.
The category name.
The id of the parent category to which the category belongs.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.