# Automated orders sync

While it's possible to receive orders and sync their details manually, automated solutions are more reliable and consistent.

Check out the available options below.

### Free Zapier integration

This integration allows you to automatically sync new orders from your store to a Google spreadsheet **without any coding**.&#x20;

You can select the desired fields like order statuses, total, IDs, shipping details, etc. Find the instructions in the App Market card:

{% embed url="<https://www.ecwid.com/apps/featured/orders-to-google-sheets>" %}

### Webhook automation

Webhooks allow you to receive automatic notifications about different events in the store.&#x20;

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 [webhook automations for order sync](https://app.gitbook.com/s/Q47kAA1WxNIuWGKG5OiB/webhook-flow-examples/export-new-orders).
