Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have some piece of code that needs to run ones when the merchant installs the app. After doing some research I found that afterAuth Hook in shopify.server.js file might be the right place.
But that doesn't work for my case as It doesn't give you access to the request object. I need to access the X-Forwarded-For value from request.
Any idea how to go about this?