question

jasonbanks avatar image
jasonbanks asked jasonbanks commented

eCommerce - is email address unique within a single Merchant account

With eCommerce, is email address considered a unique key in the scope of a single merchant? We are trying to determine if we need logic to handle multiple results if we filter Customers using filter=emailaddress=@john.doe@nowhere.net, or for that matter, phone number.

Assuming that joe@outlook.com would also return results of some.joe@outlook.com, we would handle looking for exact match, but can joe@outlook.com be assigned to more than one Customer record in the Clover system in the scope of a single Merchant?

ecommerce
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered jasonbanks commented

Email address is not a unique key, multiple customers with the same email address can exist.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jasonbanks avatar image jasonbanks commented ·
Thank you @David.


Is there a defined unique key for a Clover customer (aside from the actual ID)? I am assuming at this point as well that Phone is not exclusive to a Customer. Name + EMAIL is possible, but then when we do a look-up the issue of "JAMES" vs "JIM" comes up. We will develop the logic as required but not sure exactly the scope of that logic yet.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community