Identifiers
Modify Profile Identifier
Asynchronously replace one of the stored values associated with the identifier type on a profile. newValue is normalized according to the configured identifier settings.
If the new identifier already exists and points to another profile, merge processes may apply.
patch/v1/Stores/{storeId}/Profiles/{profileId}/Identifiers/{idType}
Request body
Example request
{
"idType": "phone",
"oldValue": "+13175556789",
"newValue": "+13175556798"
}Response
Identifier update accepted.
Example response
{
"message": "Identifier update accepted."
}