Jan 20, 2020
I have created an app that can enable Coming soon tag for products at the store. Everything is working fine, but the problem occurs when a user uninstalls the app. Our file remains in the user's liqu...
Jan 9, 2020
I am using Shopify webhook rest API with PHP to fire certain actions when someone uninstalls my Shopify app, I am using a webhook for that. Here is the code $params= array('we...
Jan 9, 2020
I am using Shopify webhook rest API with PHP to fire certain actions when someone uninstalls my Shopify app, I am using a webhook for that. Here is the code $params= array('we...
No content to show
User Activity
Hello @EDM_IRELAND , Thanks for your reply. Yes I am using PHP Framework it is SLIM. Let me know what are the required changes to solve this safari issue.
Hello All,My Shopify app which is created using PHP is not loading in the iframe but working absolutely fine in chrome and Mozilla. The error which I get is Refused to load https://example.myshopify.com/admin/auth/login because it does not appear in ...
Hello All,My Shopify app which is created using PHP is not loading in the iframe but working absolutely fine in chrome and Mozilla. The error which I get is
Refused to load https://example.myshopify.com/admin/auth/login because it does not appear in...
01-16-2020
Hello @SBD_, Happy to hear from you and thank you too for reaching to us regarding this. I was not aware of that examplestore/admin/webhooks.json only shows the webhooks which are configured by admin. My mistake was that I was using "GET ENDPOINT" wh...
01-10-2020
Hello @Pratham_Jani & @KarlOffenberger, We are having the same problem where webhook API is giving response with webhook id, But when we open let's say examplestore/admin/webhooks.json, At there, the webhook array is empty and our webhook is not reg...
01-09-2020
I am using Shopify webhook rest API with PHP to fire certain actions when someone uninstalls my Shopify app, I am using a webhook for that. Here is the code $params= array('webhook' => array( 'topic' => 'app/uninstalled' , ...