I have implemented automatic synchronization by using the “Order/create” webhook for my shipping app. When an order is placed in my Shopify store, the “Order/create” webhook is triggered multiple times within a single second. As a result, my shipping process is also syncing multiple times in quick succession.
I am looking for a way to control this behavior and prevent excessive synchronization.