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

Shopify HMAC parameter verification failing in Python

I'm having some trouble verifying the HMAC parameter coming from Shopify. The code I'm using per the Shopify documentation is returning an incorrect result. Here's my annotated code: import urllib import hmac import hashlib qs = "hmac=96d0a58213b6aa5ca5ef6295023a90694cf21655cf301975978a9aa30e2d3e48&locale=en&protocol=https%3A%2F%2F&shop=myshopname.myshopify.com&timestamp=1520883022" Parse the querystring…

VIEW QUESTION
Back To Top
Search