Item Categories REST Endpoints

Product Lifecycle Management/Item Categories
The Item Categories resource manages the category details. A category is used to manage the catalog hierarchy. Items are assigned to categories in the catalog.
Create categories
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemCategories
Get all categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCategories
Get one category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}
Share or copy categories
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/action/shareCategory
Update a category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}