skip to Main Content

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

How to use webhooks with shopify_app gem?

for the last hours I've been trying to add a webhook to my Shopify app using the official shopify_app gem. So I ran rails g shopify_app:add_webhook -t products/update -a https://example.com/webhooks/products_update and saw every file getting generated as expected and checking…

VIEW QUESTION
Back To Top
Search