skip to Main Content

shopify webhooks not firing in production

I made a private app using shopify-api-node package which is working perfect in local development using ngrok. I registered a webhook "products/update" which is working fine. registered url local: https://example.ngrok.io/webhooks/product-update but the same webhook registered with production environment, webhook is…

VIEW QUESTION

Verify Shopify webhook

I believe that to have a Shopify webhook integrate with a Rails app, the Rails app needs to disable the default verify_authenticity_token method, and implement its own authentication using the X_SHOPIFY_HMAC_SHA256 header. The Shopify docs say to just use request.body.read.…

VIEW QUESTION

Shopify webhook failing to return a successful response

I have created shopify app in which I have used webhooks for checkout/update. Webhook is working fine but I am getting this error message. Your webhook for checkouts/update at https://www.smsblitz.io/smsblitz/abondoned?shop=smsblitz.myshopify.com&user=iman%5Egemconsultinginc.org is failing to return a successful response.This webhook has been attempted 23…

VIEW QUESTION
Back To Top
Search