Our company have a Partner app
This app is used for customer stores to capture order, customer and product related webhooks coming from customer stores.
For instance, here’s my test store https://jozsi-blabla-store.myshopify.com/
In case of receiving an order, the Antavo Loyalty App’s API receives a request and we do process it on our end and in such case a checkout event is written.
We have a customer and the order update webhook was removed.
Our team managed to solve the issue as per the endpoint was re-worked and from now on it uses a queue system, so timeout issues will no longer happen.
We would like to re-play the missing order update webhooks for our Loyalty API but we have no clue how it could be done in a feasible way.
Have you had similar problems? Can you help?