stack

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

AdminTypes.CustomerProductSubscriberStatus enum

The possible product subscription states for a customer, as defined by the customer’s subscription contracts.

Signature:

export declare enum CustomerProductSubscriberStatus 

Enumeration Members

Member Value Description
Active "ACTIVE" The customer has at least one active subscription contract.
Cancelled "CANCELLED" The customer’s last subscription contract was cancelled and there are no other active or paused subscription contracts.
Expired "EXPIRED" The customer’s last subscription contract expired and there are no other active or paused subscription contracts.
Failed "FAILED" The customer’s last subscription contract failed and there are no other active or paused subscription contracts.
NeverSubscribed "NEVER_SUBSCRIBED" The customer has never had a subscription contract.
Paused "PAUSED" The customer has at least one paused subscription contract and there are no other active subscription contracts.