Hi Shopify staff Often I find myself struggling to create something after reading the documentation on shopify.dev because I lack some previous knowledge, specially things related to backend, polari...
When designing a backend app to receive webhook calls I wonder what is the possible max length for a shopify store name name.myshopify.com (withouth counting the myhopify.com, just the name before th...
I'm building an app based on the tutorial app like many others posting questions here, and now I need to add a feature to get orders and add specific tags based on the pending status. The api docu...
No content to show

User Activity

I came back to this project and now I used straight the code from github but its returning 405 when a webhook is fired. Ot works ok to register the webhook, but not to receive, neither from  the admin panel or when using a test shop to fire the event...
Solved it, although did not fully understand why I needed to take this extra step.It only worked when I started all over again and before registering the webhook for the first time I went back to the shop admin settings and uninstalled the app manual...
Hey RyanI have now used the exact same code from the github link you sent and the problem persists, ngrok is showing 405 method not allowed when a webhook is sent to my local server.I just have no idea what this means and there is no explanation on t...
Another thing that makes me think there's something wrong on my code, or on my setup, is the fact that if I follow the example from this server code:https://github.com/Shopify/shopify-demo-app-node-react/blob/listen-for-store-events-with-webhooks-sta...
Hi Ryan, thanks for the reply! So... I have done some testing.Creating a transaction on the shop did not send any webhooks, in fact, using the shop transaction had the exact same reaction on my server as using the test button on the admin notificatio...
BTW here is my server code, which I made based on the main app building tutorial (https://developers.shopify.com/tutorials/build-a-shopify-app-with-node-and-react/listen-for-store-events-with-webhooks)require('isomorphic-fetch'); const dotenv = requi...
Thanks Jennifer, it was because I was not using https on my registerWebhook call...But now I'm having a new error:userErrors [ { field: [ 'webhookSubscription', 'callbackUrl' ], message: 'Address for this topic has already been taken' } ]That err...
I'm following the tutorial here: https://developers.shopify.com/tutorials/build-a-shopify-app-with-node-and-react/listen-for-store-events-with-webhooksMaybe I missed some part of the tutorial, but I'm getting the following error:Failed to register cr...
Same here, did anyone solved it?Also, can anyone explain how in the tutorial there was a part of the server js code that readserver.use(verifyRequest()); server.use(async (ctx) => { await handle(ctx.req, ctx.res); ctx.respond = false;...
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to