Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
My webhook listener for /orders/create is getting called twice. I've made sure that I'm not creating a webhook on both the store and through the API, and I tried deleting and recreating the webhook, and I'm still getting duplicate calls. Has anyone dealt with this issue before?
Hello bilraj,
Looks orders create event is registered twice. to resolve delete one hook and then check
How can I confirm this? It looks like I only have one webhook running for create orders.
@oscprofessional wrote:Hello bilraj,
Looks orders create event is registered twice. to resolve delete one hook and then check