- Subcategories:
- Attachments
- Category Hierarchies
- Descriptive Flexfields for Item Catalogs
- Functional Area Assignments
- Translatable Attributes
Item Catalogs REST Endpoints
Product Lifecycle Management/Item Catalogs
The Item Catalogs resource manages catalog details. A catalog is a collection of categories that are arranged in a hierarchy.
- Assign catalog to functional area
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/action/assignCatalogToFunctionalArea
- Create item catalogs
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs
- Get all item catalogs
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs
- Get one item catalog
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}
- Update an item catalog
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}