Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerEmailAddressMarketingState
Possible marketing states for the customer’s email address.
Signature:
export declare enum CustomerEmailAddressMarketingState
Member | Value | Description |
---|---|---|
Invalid | "INVALID" |
The customer’s email address marketing state is invalid. |
NotSubscribed | "NOT_SUBSCRIBED" |
The customer is not subscribed to email marketing. |
Pending | "PENDING" |
The customer is in the process of subscribing to email marketing. |
Subscribed | "SUBSCRIBED" |
The customer is subscribed to email marketing. |
Unsubscribed | "UNSUBSCRIBED" |
The customer is not subscribed to email marketing but was previously subscribed. |