AppSubscriptionStatus enum

The status of the app subscription.


Values

  • ACCEPTED
    The app subscription has been approved by the merchant and is ready to be activated by the app. App subscriptions created through the GraphQL Admin API are activated upon approval.
  • ACTIVE
    The app subscription has been activated by the app. Active app subscriptions are charged to the store and partners recieve payouts for active app subscriptions.
  • CANCELLED
    The app subscription was cancelled by the app.
  • DECLINED
    The app subscription was declined by the merchant.
  • EXPIRED
    The app subscription was not accepted within 2 days of being created.
  • FROZEN
    The app subscription is on hold due to a store subscription non-payment. The charge will re-activate once subscription payments resume.
  • PENDING
    The app subscription is pending approval by the merchant.


Types that return AppSubscriptionStatus

  • [AppSubscription.status](https://shopify.dev/docs/admin-api/graphql/reference/billing/appsubscription#status-2021-01)