Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello,
I'm creating an app that uses GraphQL to fire an "appSubscriptionCreate" to start a subscription during installation. My question is, when someone uninstalls the app, does Shopify automatically cancel that subscription, or is it on the app to fire a corresponding "appSubscriptionCancel" when it receives an "app/uninstall" webhook?
Many thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi FedeGala,
Shopify handles that for you. If an user uninstall your app their subscription is automatically cancelled.
https://shopify.dev/tutorials/manage-subscriptions-with-billing-api#canceling-subscriptions
This is an accepted solution.
Hi FedeGala,
Shopify handles that for you. If an user uninstall your app their subscription is automatically cancelled.
https://shopify.dev/tutorials/manage-subscriptions-with-billing-api#canceling-subscriptions