ShopifyExtras / PHP-Shopify-API-Wrapper

Shopify PHP (Guzzle) API Wrapper
http://www.zapiet.com/
MIT License
118 stars 68 forks source link

PHP-shopify-api-create-webhook #58

Open karunyaBobby opened 7 years ago

karunyaBobby commented 7 years ago

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..