You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a custom app form shopify partner account.
Used this as my application https://github.com/phpish/shopify_app-skeleton.git
configured the Callback URL : myapplicationLink/oauth.php
Redirection URl : myapplicationLInk/install.php
Changed my myapplicationLInk/conf.php configuretion based on my app.
So i able to install the app in shopify store with some scope (like 'read_customers', 'read_orders').
Problem : create webhook through PHP api call, as soon as my app is installed in shopify store. (Not able to know how to do ?)
I created a custom app form shopify partner account.
Used this as my application https://github.com/phpish/shopify_app-skeleton.git
configured the Callback URL : myapplicationLink/oauth.php
Redirection URl : myapplicationLInk/install.php
Changed my myapplicationLInk/conf.php configuretion based on my app.
So i able to install the app in shopify store with some scope (like 'read_customers', 'read_orders').
Problem : create webhook through PHP api call, as soon as my app is installed in shopify store. (Not able to know how to do ?)
Question : if my problem is resovled can i see the result in ( https://MYSTORE.myshopify.com/admin/webhook.json ) or not once app is installed ??
Sorry for trouble. I very new to shopify API..
The text was updated successfully, but these errors were encountered: