Linked MPN Relationships REST Endpoints

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