Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hey guys!
I have registered webhook through my app. Product delete webhook is sending response to server application, if I have deleted product from shopify product listing page. But when product is deleted from edit product page then the webhook not sending response to server application. Below is the webhook I have registered
I have one question:
Is there any other webhook endpoint for deleting product from edit product page ? Or I am missing something.
Thanks in advance
Deepak
Same problem here. Product deletion webhook seems not working at all. Any news?
Can someone from Shopify team look into this ?
Same problem, product deletion webhook is not working
Hey everyone. Would whoever this is still affecting be able to let me know both whether your webhook was created via the API or through the admin and whether you are performing product deletions through the API or admin?
Alex | 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 the Shopify Help Center or the Shopify Blog
In my case, webhook was created in the admin interface under Notifications settings. Product deletion was performed in the admin interface as well.
Also, I tested webhook created using API in my application with a store connected to it, it's not working either.
The "products/delete" webhook not working in my app as well. It exists and is pointing to the correct URL address but never triggered on products deletion. I found this bug a week or two weeks ago but I thought that it's probably a lag in Shopify. It wasn't critical for me then but now it is.
So I deleted a product 30 min ago and based on server access logs the products/delete callback script has never been called.
@Alex wrote:Hey everyone. Would whoever this is still affecting be able to let me know both whether your webhook was created via the API or through the admin and whether you are performing product deletions through the API or admin?
My webhooks was created via API. Product deletion was performed using Admin.
I'm going to defer to this larger thread to keep all of the communications in one place. Look there for further updates as they arise.
Alex | 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 the Shopify Help Center or the Shopify Blog
Webhook was created via the API and I am performing product deletion through the admin.
Hello Alex,
I am facing issue regarding product delete webhook . I have checked for some cases.
case 1 : I have created a new product with only title "Test Product" and then delete it.
result : I have received the product delete webhook.
case 2 : I have created another product with title "Test Product 2" and added a image and then delete it.
result : I haven't received the product delete webhook.
I have checked these 2 cases from API calling, Manually from admin panel and also from GraphQl but the result are same.
Please check at your end.
WebHooks for deletions are Not working even at 2021.
Tested for:
topic=products/delete
Result: it fails
Yeah, still not working for me either. Hans't worked since the start of this thread
Have you reported it to Shopify? The last time that happened, it was fixed eventually.
webhook for products/delete created from API
create product (with details, image and inventory) from API
delete product from API make correct trigger (sometimes 2 min delay)