Discussions

Ask a Question
Back to all

Handling Webhook Retry & Idempotency in SHOPLINE Open API – Recommended Approach?

Hi everyone,
I’m working with Steal Brainrot Game SHOPLINE Open API webhooks and would like to confirm best practices for handling retry logic and idempotency on the server side.

In cases where the same webhook event may be delivered multiple times, what’s the recommended way to safely detect duplicates and avoid processing the same event twice? Are there specific headers or event IDs that should be used as a unique reference?

Any guidance from real-world implementations or official recommendations would be very helpful. Thanks!