Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerEmailAddress
Represents an email address.
Signature:
export interface CustomerEmailAddress
Property | Modifiers | Type | Description |
---|---|---|---|
emailAddress | Scalars[‘String’][‘output’] | The customer’s default email address. | |
marketingState | CustomerEmailAddressMarketingState | `${CustomerEmailAddressMarketingState}` | Whether the customer has subscribed to email marketing. | |
marketingUnsubscribeUrl | Scalars[‘URL’][‘output’] | The URL to unsubscribe a member from all mailing lists. | |
openTrackingLevel | CustomerEmailAddressOpenTrackingLevel | `${CustomerEmailAddressOpenTrackingLevel}` | Whether the customer has opted in to having their opened emails tracked. | |
openTrackingUrl | Scalars[‘URL’][‘output’] | The URL that can be used to opt a customer in or out of email open tracking. |