Identifiers
Add Profile Identifier
Asynchronously attach a new identifier value to a profile. When multiple values exist for an idType, ordering, limits, and uniqueness checks are enforced by the corresponding identifier settings limitPolicy and reflect any normalization. If the identifier already exists and points to another profile, resolution rules or merge processes may apply. Use the identifier specific endpoint to inspect, update, or remove existing values.
post/v1/Stores/{storeId}/Profiles/{profileId}/Identifiers
Request body
Example request
{
"idType": "phone",
"value": "+13175556789"
}Response
Identifier association accepted.
Example response
{
"message": "Identifier accepted for processing."
}