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: postPath:
/fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedMPNRelationships - Delete MPN relationship link
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedMPNRelationships/{TPILinkageId} - Get all linked MPN relationships
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedMPNRelationships - Get one linked MPN relationship
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedMPNRelationships/{TPILinkageId} - Update linked MPN relationship
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/tradingPartnerItemRelationships/{ItemRelationshipId}/child/LinkedMPNRelationships/{TPILinkageId}