Skip to main content

customerByEmail

No description

customerByEmail(
email: String!
): Customer

Arguments

customerByEmail.email ● String! non-null scalar

Type

Customer object

The core customer entity. A customer only exists (ideally) once. Uniqueness is guaranteed on both of these fields:

  1. externalId if provided
  2. email