- Subcategories:
- Descriptive Flexfields for Items
- Extensible Flexfields for Items
- Global Descriptive Flexfields for Items
- Item Attachments
- Item Revisions
- Item Translatable Attributes
- Item-Category Assignments
- Item-Supplier Associations
- Product Costs
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 is unique when compared to the attributes of any other item.
- Add items to the delete group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/action/addItemsToDeleteGroup
- Add supplier associations to the delete group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/action/addSupplierAssociationsToDeleteGroup
- Create items
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemsV2
- Get all items
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemsV2
- Get one item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}
- Update one item
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}