Deep linking from web to Shopify Admin mobile app

Solved
Aaron_Kroontje
Shopify Partner
15 0 9

Use a few different systems (web apps) for managing production, orders, delivery etc. Haven't been able to come across a way to structure a link that prompts the shopify app to order.

 

For example if I have order with name 12345 how can I write a link in my webapp so that when it's clicked it drives straight to the order in the admin app?

Thanks for any help!!

Accepted Solution (1)

Accepted Solutions
Dynasort
Shopify Partner
56 5 11

This is an accepted solution.

Sorry I'm just now seeing this, but in case it helps anybody else:

You should be able to format the order URL for the admin like so, provided your myshopify domain is "example"

https://example.myshopify.com/admin/orders/12345

 

I'm actually trying to get deeplinking working for theme assets, and having a bit of trouble. Something like this should work, and it does go to the theme editor, but doesn't actually load the file asset in the editor (used to do so a few admin versions back).

https://example.myshopify.com/admin/themes/12345?key=snippets/my-snippet.liquid

 

Anybody else run into this and have a solution?

The Dynasort App

Dynamic collection sorting based on your product attributes. https://apps.shopify.com/dynasort

View solution in original post

Replies 2 (2)
Dynasort
Shopify Partner
56 5 11

This is an accepted solution.

Sorry I'm just now seeing this, but in case it helps anybody else:

You should be able to format the order URL for the admin like so, provided your myshopify domain is "example"

https://example.myshopify.com/admin/orders/12345

 

I'm actually trying to get deeplinking working for theme assets, and having a bit of trouble. Something like this should work, and it does go to the theme editor, but doesn't actually load the file asset in the editor (used to do so a few admin versions back).

https://example.myshopify.com/admin/themes/12345?key=snippets/my-snippet.liquid

 

Anybody else run into this and have a solution?

The Dynasort App

Dynamic collection sorting based on your product attributes. https://apps.shopify.com/dynasort
Aaron_Kroontje
Shopify Partner
15 0 9

Sorry I can't be of any assistance on the theme stuff - might want to make it its own question.