Overview
While users may often expect immediate responses, it's important to recognize that processing delays can occur. Understanding these timelines can help manage expectations.
Normal processing may involve minor delays of about one minute. When multiple updates occur quickly (e.g., small advert edits or stock updates for several variants), they are grouped, and only one webhook is sent. This deduplication happens even if other settings are disabled. However, it’s important to note that longer delays can also occur.
Best Practices to Mitigate Delays
Deduplication: This lessens the number of items in the processing queue to improve response times. Visit our API documentation on Webhook deduplication for more information.
Query Complexity: Simplify queries in webhooks to enhance processing efficiency.
User-Side Processing: Evaluate and optimize processing times on your end.