'Where is the complete list of Shopify Webhook Topics

Note: This question is not about how to retrieve the list of webhook topics an app is subscribed to.

Shopify API Version: 2022-01 (Latest)
Shopify Admin Api: REST Admin Api

The Shopify Webhook Documentation lists several webhook topics by category.

Example:

Shopify Events/Topcis

Subscription Error

Most all of the topics listed in the documentation can be subscribed to. However, if I try to subscribe to any of the BillingAttempt topics, Shopify returns an error:

Invalid topic specified: subscription_billing_attempts\success. 
Does it exist? Is there a missing access scope?

This particular webhook is for a custom app installed directly in the store. I have verified every available access scope has been enabled. As of today, there are a total of 62 available scopes and all are enabled.

What is the Actual Question?

This isn't about troubleshooting the above error.

The question is specifically: Where can I find the complete list of available topics?

Note: Shopify includes a full list of topics in their error message. But, none of them are for subscription_billing_xxx topics. Maybe this is just a case where the API error has the most update to date list? And the docs are out of date?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source