# CustomerEmailAddress - admin-graphql - OBJECT Version: 2024-10 ## Description Represents an email address. ### Access Scopes `read_customers` access scope. ## Fields * [emailAddress](/docs/api/admin-graphql/2024-10/scalars/String): String! - The customer's default email address. * [marketingState](/docs/api/admin-graphql/2024-10/enums/CustomerEmailAddressMarketingState): CustomerEmailAddressMarketingState! - Whether the customer has subscribed to email marketing. * [marketingUnsubscribeUrl](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - The URL to unsubscribe a member from all mailing lists. * [openTrackingLevel](/docs/api/admin-graphql/2024-10/enums/CustomerEmailAddressOpenTrackingLevel): CustomerEmailAddressOpenTrackingLevel! - Whether the customer has opted in to having their opened emails tracked. * [openTrackingUrl](/docs/api/admin-graphql/2024-10/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