Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSmsMarketingState
The valid SMS marketing states for a customer’s phone number.
Signature:
export declare enum CustomerSmsMarketingState
Member | Value | Description |
---|---|---|
NotSubscribed | "NOT_SUBSCRIBED" |
The customer hasn’t subscribed to SMS marketing. |
Pending | "PENDING" |
The customer is in the process of subscribing to SMS 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 SMS marketing. |
Unsubscribed | "UNSUBSCRIBED" |
The customer isn’t currently subscribed to SMS marketing but was previously subscribed. |