# If I delete a product in Source, what happens in Destination?

This depends on the setting you configure in the connection detail.

Check the setting in the **Destination** store > open the connection detail here

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

The app lets you select one of the actions

* **Unpublish Recommended**\
  Unpublish the product when the parent product is removed from the parent sync
* **Unpublish if item has been ordered, otherwise delete it**\
  Unpublish the product and set the inventory to 0 if the product has been sold in the past to preserve order history, or delete the product if it has never been historically ordered
* **Delete**\
  Remove the product from your store when the product is removed from the parent sync
* **No action**\
  No action performed, leave the product how it is when the product is removed from the parent sync

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

**Delete option** is selected

If you delete the product from Source store, the products (with the same handle) will deleted from the Destination store automatically.

***

**🙋 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/if-i-delete-a-product-in-source-what-happens-in-destination.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.
