Technical questions
Do you support real-time synchronization?
Answer
Yes, for time-critical data flows we implement real-time synchronization via webhooks and event-based architecture. Typical real-time scenarios include stock changes (goods receipt, picking), order status changes and price changes. For less time-critical data flows like product master data synchronization, we often recommend interval-based synchronization (e.g., every 5 minutes), which uses system resources more efficiently.