Discussions

Ask a Question
Back to All

My app at times gets several webhook notifications in the same day. How many can we get?

(edited)

There are several processes on our end that trigger a “status change” webhook notification so you will often have multiple webhook notifications due to the granularity of the steps that execute the trigger. For example, every time an order hits our system, there are several searches added and subsequent statuses changed so when an individual search/product in an order changes status, the webhook notification fires.

Some customers will handle this by leveraging the percentageComplete value in the webhook notification. If that percentageComplete value hasn’t changed since the previous notification, they ignore it.