Items Version 2 REST Endpoints

Product Lifecycle Management/Items Version 2
The Items Version 2 resource manages the item details. An item is any part, material, product, or service that's unique when compared to the attributes of any other item.
Add items to the delete group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/items/action/addItemsToDeleteGroup
Add items to the delete group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/action/addItemsToDeleteGroup
Add supplier associations to the delete group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/items/action/addSupplierAssociationsToDeleteGroup
Add supplier associations to the delete group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/action/addSupplierAssociationsToDeleteGroup
Create items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2
Get all items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/items
Get all items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2
Get one item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/items/{itemsUniqID}
Get one item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}
Update one item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}