Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerEmailMarketingState
The possible email marketing states for a customer.
Signature:
export declare enum CustomerEmailMarketingState
Member | Value | Description |
---|---|---|
Invalid | "INVALID" |
The customer’s email address marketing state is invalid. |
NotSubscribed | "NOT_SUBSCRIBED" |
The customer isn’t subscribed to email marketing. |
Pending | "PENDING" |
The customer is in the process of subscribing to email marketing. |
Redacted | "REDACTED" |
The customer’s personal data is erased. This value is internally-set and read-only. |
Subscribed | "SUBSCRIBED" |
The customer is subscribed to email marketing. |
Unsubscribed | "UNSUBSCRIBED" |
The customer isn’t currently subscribed to email marketing but was previously subscribed. |