[SHOP_UPDATE webhook] Request for official documentation for all possible plan_name

We’re subscribing to the SHOP_UPDATE webhook using the filter plan_name:cancelled to detect when a shop is closed. However, we’ve recently discovered—based on some community posts—that other plan names like frozen or fraudulent may also indicate that a shop is closed or no longer has access to the API.

Is there any official documentation or a complete list of all possible plan_name values included in the SHOP_UPDATE webhook payload? We’d prefer not to update our code incrementally every few months as we encounter errors from closed stores in our logs.

Hello,

If you’re referring to the app subscription status, I think you can look at the GraphQL doc for a list of the possible values: AppSubscriptionStatus - GraphQL Admin

Hey Cedric,

as to my understanding, OPs question has nothing to do with the AppSubscriptionStatus, but with the shops actual “plan_name”. To my knowledge there is no exhaustive official documentation on all possible values for this field.

Best regards,

Kevin :hatching_chick:

1 Like