Product Catalog

Create a product category

Creates a product category. On success the id of the category is returned.

post/product/categories

Request body

productCategoryIdstring
entityIdsstring[]
namestring
descriptionstring
inUseboolean
updatedOninteger
pkIdstring uuid

Response

successful operation

productCategoryIdstring
entityIdsstring[]
namestring
descriptionstring
inUseboolean
updatedOninteger
pkIdstring uuid

Changes