Automated orders sync
Last updated
Was this helpful?
Last updated
Was this helpful?
While it's possible to manually receive orders and sync their details, automated solutions are more reliable and consistent.
Check out available options below.
This integration allows you to automatically sync new orders from your store to a Google spreadsheet without any coding.
You can select the desired fields like order statuses, total, IDs, shipping details, etc. Find the instructions in the App Market card:
Webhooks allow you to receive automatic notifications about different events in the store.
You can build a self-hosted endpoint listening to incoming POST requests from Ecwid API and automate getting full order details upon receiving order.created
webhooks. From here, you can build any automation with the proper knowledge and dev skills.
Learn more about building .