Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi there!
I've correctly configurated an webhook for the topic "products/create" using api version "2023-01" ( and others too ) but it doesn't seem to be firing.
I already check the following:
Does anyone have any idea how the problem is occurring?
Hi Caioteixeira,
If the request is working with curl but not via a webhook that does sound strange but there's some other ways to troubleshoot this.
Try the above and let us know if you're still running into issues and we can look deeper into this.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi Liam,
Thank you for your answer.
I tried what you said and:
Do you have another idea?
If it could help, my app id is 37690474497. Are you able to see the logs?
i have a same issue.
`products/create` webhooks are fired, but `404 not found` is displayed in delivery details.
`app/uninstalled` is not fired at all.
everything works fine with curl