Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerState
The valid values for the state of a customer’s account with a shop.
Signature:
export declare enum CustomerState
| Member | Value | Description |
|---|---|---|
| Declined | "DECLINED" |
The customer declined the email invite to create an account. |
| Disabled | "DISABLED" |
The customer doesn’t have an active account. Customer accounts can be disabled from the Shopify admin at any time. |
| Enabled | "ENABLED" |
The customer has created an account. |
| Invited | "INVITED" |
The customer has received an email invite to create an account. |