# 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](/webhook-automations/webhook-flow-examples/export-new-orders.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ecwid.com/guides/orders/sync-orders-with-external-services/automated-orders-sync.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
