--- title: CustomerProductSubscriberStatus - GraphQL Admin description: The possible product subscription states for a customer, as defined by the customer's subscription contracts. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/customerproductsubscriberstatus md: https://shopify.dev/docs/api/admin-graphql/latest/enums/customerproductsubscriberstatus.md --- # Customer​Product​Subscriber​Status enum The possible product subscription states for a customer, as defined by the customer's subscription contracts. ## Valid 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. *** ## Fields * [Customer.productSubscriberStatus](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer#field-Customer.fields.productSubscriberStatus) OBJECT Represents information about a customer of the shop, such as the customer's contact details, their order history, and whether they've agreed to receive marketing material by email. **Caution:** Only use this data if it's required for your app's functionality. Shopify will restrict [access to scopes](https://shopify.dev/api/usage/access-scopes) for apps that don't have a legitimate use for the associated data. *** ## Map ### Fields with this enum * <-|[Customer.productSubscriberStatus](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer#field-Customer.fields.productSubscriberStatus)