How to integrate Shopify Billing in my app

I want to hide or disable some areas of my app with Shopify Billing.

Also what I really can’t find out how to do, is how do we do this for extensions, mainly Customer Account Extensions… I’ve heard you can do it for Theme extensions?

Any guidance on Billing would be much appreciated.

You can make a request to check if the user is on a plan Based on the response you can protect certain pages or redirect them to a payment page if
For the extensions you can use a conditional display. Using metafields, set a value to ‘true’ when the user has paid, and display the content accordingly

1 Like