Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I am using the shopify node app template and i configured my mandatory webhooks in this fashion:
And then implemented them with processWebhooks, as shown in the workshop, and it works great.
but i can't find any documentation on how to know the specific route that this webhook generates in my api, i'm guessing something like "/api/webhooks/shop/redact" ?
I need to know the exact endpoint to fill the GDPR webhooks in the app's setup:
Thank you!