# Can I sync orders only (no inventory)?

Orders are synced from Destination store to Source store.

If you enable “**Sync Orders**”, the inventory will still be updated automatically. This is because when a customer places an order on a destination store, the app reduces the stock quantity on the source store to keep inventory accurate across stores.

<figure><img src="/files/Nb7iQX2xkaFA0TxKPyYM" alt=""><figcaption></figcaption></figure>

If you still don’t want to sync inventory but orders, I suggest you try the  **Draft order sync** option. If there is an order created in Destination store, the new draft order is created in Source store.

<figure><img src="/files/1S9SuMioeebWtjEoFO6e" alt=""><figcaption></figcaption></figure>

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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.tipo.io/faqs/can-i-sync-orders-only-no-inventory.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.
