Webhook fired multiple time on order Create even after 200 ok response

Webhook fired multiple time on order Create even after 200 ok response

shiam
Shopify Partner
3 0 0

I am using AWS for my app. Webhook for order creation is set once in the store. When an order is generated I got multiple webhook orders to create an API response, and the status of this API is 200 ok every time.  when I am testing with ngrok locally it works perfectly well but on the AWS server, the problem is happening. can anyone help in this case ?

172.70.178.155 - - [12/May/2022:18:28:33 +0000] "POST /webhooks/orders/create HTTP/1.1" 200 5650 "-" "Shopify-Captain-Hook"
172.70.178.249 - - [12/May/2022:18:34:11 +0000] "POST /webhooks/orders/create HTTP/1.1" 200 5650 "-" "Shopify-Captain-Hook"
108.162.216.135 - - [12/May/2022:18:35:10 +0000] "POST /webhooks/orders/create HTTP/1.1" 200 5650 "-" "Shopify-Captain-Hook"

 

Reply 1 (1)

bhargavpatel007
New Member
7 0 0

When the product is added in the shopify dashboard, we are getting add, update both webhooks for the same product.

When we add the product we should get only add webhook call.

currently we are getting products/create, products/update both webhook, due to that product adding multiple times our end, let us know is there any reason triggering both webhooks ?