Getting Multiple Response on Order Creation by order Create Webhook.

Hey Guys,

Actually My issue is that I have created a order create webhook for order Creation in Shopify but we are getting multiple response from Shopify to Salesforce for single order creation.I guess this is because Shopify needs that its response acknowledged within 5 sec.We are sending the response from Salesforce within 5 sec but don’t know why it does not reached to Shopify Server,may be because of server issue.Can You suggest the way how we can handle this multiple response in Salesforce. Is there any way to stop multiple response from webhook or their payload have any field value different which can help us to differentiate the responses.

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 ?