Does the Google Data API have the ability to merge two contacts based on their entry ids?
My place of employment allows multiple email addresses for the same person.
The Contacts API doesn't provide a built-in function to merge contacts, but your application could accomplish the same by copying over relevant fields and then deleting the extra contacts.