Buyer Profile

Details for a buyer profile fetch request.
JSON example
1{
2  "firstName": "Morton",
3  "isEmailVerified": "true",
4  "isPhoneVerified": "true",
5  "lastName": "Strosin",
6  "email": "Ma**********@vi*****.info",
7  "phoneNumber": "********7740",
8  "userName": "morton.Strosin10@salesforce.com"
9}
Property Name Type Description Filter Group and Version Available Version
email String The email address of the buyer. Medium, 52.0 52.0
firstName String The first name of the buyer. Small, 52.0 52.0
isEmailVerified Boolean Indicates whether the email address of the buyer is verified (true) or not (false). Small, 64.0 64.0
isPhoneVerified Boolean Indicates whether the phone number of the buyer is verified (true) or not (false). Small, 64.0 64.0
lastName String The last name of the buyer. Small, 52.0 52.0
phoneNumber String The phone number of the buyer. Small, 59.0 59.0
userName String The user name of the buyer in the Salesforce org, such as user@mycompany.com. Small, 59.0 59.0