Linked Supplier Item Relationships REST Endpoints

Product Lifecycle Management/Trading Partner Item Relationships/Linked Supplier Item Relationships
The Linked Supplier Item Relationships resource manages the supplier item relationships that are linked to manufacturer part number relationships for an internal item.
Create links from MPN relationships to supplier item relationships
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedSupplierItemRelationships
Delete supplier item relationship link
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedSupplierItemRelationships/{TPILinkageId}
Get all linked supplier item relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedSupplierItemRelationships
Get one linked supplier item relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedSupplierItemRelationships/{TPILinkageId}
Update linked supplier item relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedSupplierItemRelationships/{TPILinkageId}