Have questions? Leave your message here or Schedule a quick call with our manager now

Do you support real-time synchronization?

Event takes place when a user or an owner interacts with the shopping cart for some purpose. For example, events may be considered as user registration, product adding/updating or some other changes on the store.

For real-time synchronization, you can use webhooks. Learn more about webhooks here.

Additionally, if a platform does not support webhooks or if there is no webhook for a specific entity or action, you can use the list method for the corresponding entity with filters based on creation or modification date (provided the method supports these filters). In this case, you need to periodically execute this method to check which entities have been added or modified within the specified time frame.

Posted in: General Service Questions