Creating a custom application via the admin panel in Shopify

This question, it seems to me, will be useful to many.

As of January of this year, there are no more private app in Shopify. And now it is a custom app. But this application can also be created through the admin panel of the site. And I created the app in the admin panel of the store, getting api:

  1. api key
  2. api secret key
  3. token

But I don’t understand one thing - how can I make integration of this custom app and my code!

I’ve reviewed a lot of documentation in shopify, and I can’t find anything. There is only information for custom app via partner, but I don’t need that. My app is created through the admin panel.

I want to write the app code in php.

Maybe someone has a template code to integrate with the application created in the admin panel? Or maybe someone can tell me how to integrate the code with the application! Thereby creating a kind of “bridge”.

I hope very much for help!

Thank you.

Hello @max_max_max

Greetings!!

Please see this image: https://prnt.sc/SiKRcHNL2sDD

You cannot create an embedded app if you are creating a custom app from the store. You must create a one-page application where you can use a custom application access token to request Shopify to retrieve store data

I hope it will help you

Hello. Thank you for your reply. Most likely you misunderstood my question.

I have a custom app created through the admin panel.

Can please tell me - how I can write the logic in php for this app?

Thanks!