Customer external reference identifier ERID
Understand the customer ERID.
Using an external reference identifier for a customer
Specifying an external reference identifier when creating and getting a customer
{
"shopper": {
"firstname": "John",
"lastname": "Johnson",
"externalreferenceid": "abc123",
"emailaddress": "jjohnson@myCompany.com",
"locale": "en_US",
"currency": "USD"
}
}Create a full access token using the external reference identifier
Last updated