Can I use same public app for multiple stores with same account?

I’m on free trial of shopify account usage.

Lets say I have two stores in my shopify account.

  1. Store A

  2. Store B

Now, I have created one public app and installed it in Store A using Shopify CLI. My app is on react + node.

Is it possible to install the same app in Store B also? . I don’t want to re-create the same app in Store B or not rewrite the code again. Is there any possible way to duplicate/clone into another store as much store I want?

So, All I want is to use the same created public app for multiple stores for my local testing. Without uploading on Shopify app store.

If yes, then please let me know how it is possible?

@Kunal_Khichi yes you can, simply:

  • Navigate to the app in the partners portal

  • Click on ‘Select Store’ under test your app

  • Select the store you want to install it into.

1 Like