Skip to main content
Anchor to CustomerEmailAddress

CustomerEmailAddress

object

An email address associated with a customer. Apps using the Customer Account API must meet the protected customer data requirements.

•String

The email address of the customer.

•EmailMarketingState!

The customer's subscription status for email marketing.


Was this section helpful?

•mutation

Subscribes the customer to email marketing.

•CustomerEmailAddress

The customer's email address that's subscribed to the email marketing.

•[UserErrorsCustomerEmailMarketingUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Unsubscribes the customer from email marketing.

•CustomerEmailAddress

The customer's email address that's unsubscribed from the email marketing.

•[UserErrorsCustomerEmailMarketingUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?