# CustomerEmailAddress - customer - OBJECT Version: 2024-10 ## Description An email address associated with a customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ### Access Scopes ## Fields * [emailAddress](/docs/api/customer/2024-10/scalars/String): String - The email address of the customer. * [marketingState](/docs/api/customer/2024-10/enums/EmailMarketingState): EmailMarketingState! - The customer's subscription status for email marketing. ## Connections ## Related queries ## Related mutations * [customerEmailMarketingSubscribe](/docs/api/customer/2024-10/mutations/customerEmailMarketingSubscribe) Subscribes the customer to email marketing. * [customerEmailMarketingUnsubscribe](/docs/api/customer/2024-10/mutations/customerEmailMarketingUnsubscribe) Unsubscribes the customer from email marketing. ## Related Unions ## Examples