stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerState

AdminTypes.CustomerState enum

The valid values for the state of a customer’s account with a shop.

Signature:

export declare enum CustomerState 

Enumeration Members

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.