CustomerProductSubscriberStatus enum

Possible subscriber states of a customer defined by their subscription contracts.


Values

  • ACTIVE
    The customer has at least one active subscription contract.
  • CANCELLED
    The customer’s last subscription contract was cancelled and there are no other active or paused subscription contracts.
  • EXPIRED
    The customer’s last subscription contract expired and there are no other active or paused subscription contracts.
  • FAILED
    The customer’s last subscription contract failed and there are no other active or paused subscription contracts.
  • NEVER_SUBSCRIBED
    The customer has never had a subscription contract.
  • PAUSED
    The customer has at least one paused subscription contract and there are no other active subscription contracts.


Types that return CustomerProductSubscriberStatus

  • [Customer.productSubscriberStatus](https://shopify.dev/docs/admin-api/graphql/reference/customers/customer#productsubscriberstatus-2021-01)