Change app sub path at admin dashboard

Change app sub path at admin dashboard

lgemc
Shopify Partner
3 0 0

I recently have been created an app and starts it listing, but I want change its customer path cause it is named as my-test-app, and it is't nice to production environment. I already have been pay Shopify App Store reason why I want to avoid create another app and delete the existing one.

 

Exist a way to change the url, I mean https://admin.shopify.com/store/{{my-shop-name}}/apps/{{my-test-app}} 

"my-test-app" part? 

 

If is't possible, exist a way to transfer the Shopify App Store permissions into another new app? 

 

Thanks for response 

Replies 2 (2)

MB-Law
Shopify Partner
6 0 2

Hi, just wonder did you manage to find the solution?

pklitscher
Shopify Partner
12 0 23

I am pretty sure you can set it using app.toml

https://shopify.dev/docs/apps/build/cli-for-apps/app-configuration#app-configuration-file-example

 

In particular see the handle property

https://shopify.dev/docs/apps/build/cli-for-apps/app-configuration#global

 

I haven't done it, but I am pretty sure you need to change the config then do a deploy. 

 

If you haven't adopted the app.toml it's worth doing. I wasn't using it, or Shopify CLI as I wasn't scaffolding my app using the CLI. We had apps built entirely different to their templates so I didn't want to the overhead. But worth it, gives more control and your toml is stored with your source code.