# CustomerEmailAddress - admin - OBJECT
Version: 2025-01

## Description
Represents an email address.

### Access Scopes
`read_customers` access scope.


## Fields
* [emailAddress](/docs/api/admin/2025-01/scalars/String): String! - The customer's default email address.
* [marketingState](/docs/api/admin/2025-01/enums/CustomerEmailAddressMarketingState): CustomerEmailAddressMarketingState! - Whether the customer has subscribed to email marketing.
* [marketingUnsubscribeUrl](/docs/api/admin/2025-01/scalars/URL): URL! - The URL to unsubscribe a member from all mailing lists.
* [openTrackingLevel](/docs/api/admin/2025-01/enums/CustomerEmailAddressOpenTrackingLevel): CustomerEmailAddressOpenTrackingLevel! - Whether the customer has opted in to having their opened emails tracked.
* [openTrackingUrl](/docs/api/admin/2025-01/scalars/URL): URL! - The URL that can be used to opt a customer in or out of email open tracking.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples