Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to cancel subscription on uninstall

Solved

How to cancel subscription on uninstall

mtufekyapan_gs
Shopify Partner
55 1 13

Hi there,

I'm developing a Shopify app with Ruby on Rails, using Shopify Ruby Gem. One of the requirements for approval is cancelling subscription when user uninstall app. When I uninstall app on my test store Shopify does not notify me about the uninstall. How can I cancel subscription when user uninstall my app?

Can anyone know solution for this issue?

Growth Suite: Growth Suite - AI Driven Smart Discounts

Checkout MarketingLib, a resource to follow up best practices.
Checkout The Shop Strategy, best strategies for growth.
Accepted Solution (1)

shophlpr
Visitor
2 1 8

This is an accepted solution.

Have a look at the webhooks https://shopify.dev/docs/admin-api/rest/reference/events/webhook

You need to subscribe to the app/uninstalled topic.

View solution in original post

Replies 2 (2)

shophlpr
Visitor
2 1 8

This is an accepted solution.

Have a look at the webhooks https://shopify.dev/docs/admin-api/rest/reference/events/webhook

You need to subscribe to the app/uninstalled topic.

mtufekyapan_gs
Shopify Partner
55 1 13

Thanks a lot @shophlpr . It works great 😉

Growth Suite: Growth Suite - AI Driven Smart Discounts

Checkout MarketingLib, a resource to follow up best practices.
Checkout The Shop Strategy, best strategies for growth.