> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/product-syncs/select-which-product-information-to-sync.md).

# Select which product information to sync

Tipo app allows you to choose which product information should be synchronized from the Source store to the Destination store.

This gives you full control over what data is updated across stores.

* **Product Fields** – Title, Description, Status, SEO fields, Images, Tags, Vendor, Category, and more.
* **Variant Fields** – Variant title, Barcode, Weight, Tax settings, Inventory tracking, and more.
* **Price Fields** – Price, Unit price, Cost per item.

***

### 🛠️ **How to set**

1\. Open the app in **Destination** store > click **Settings > Product Fields to Synchronize**

3\. Select one option for each product field. There are 3 options for you:

* **Sync** – Create and update
* **Create only** – Only set the value when creating a new product
* **Ignore** – Never sync this field

<figure><img src="/files/0MK0z5eGK4TODiVCdO0u" alt=""><figcaption></figcaption></figure>

4\. Click **Save** to finish

For example:

* If you want to sync product title from Source store to Destination store, select **Sync** option
* If you do not want to sync product price from Source store to Destination store, select **Ignore** option

> Note: **Product Title** and **Variant Title** are required fields when you sync a new product from source store. The **Ignore** option is not available for them.

***

### Example

#### 🔄 Sync

| Stage              | Source Store               | Destination Store          |
| ------------------ | -------------------------- | -------------------------- |
| Initial sync       | Summer Linen Shirt         | Summer Linen Shirt         |
| After title change | Premium Summer Linen Shirt | Premium Summer Linen Shirt |

**Result:** The field stays synchronized. Changes made in the Source Store are automatically updated in the Destination Store.

#### 📝 Create only

| Stage              | Source Store               | Destination Store  |
| ------------------ | -------------------------- | ------------------ |
| Initial sync       | Summer Linen Shirt         | Summer Linen Shirt |
| After title change | Premium Summer Linen Shirt | Summer Linen Shirt |

**Result:** The field is copied when the product is created, but future changes are not synchronized.

#### 🚫 Ignore

| Stage              | Source Store               | Destination Store  |
| ------------------ | -------------------------- | ------------------ |
| Initial sync       | Summer Linen Shirt         | Custom Store Title |
| After title change | Premium Summer Linen Shirt | Custom Store Title |

**Result:** The field is never synchronized. Changes in the Source Store do not affect the Destination Store.

***

### 🔗 How Product Matching Works

Before syncing a product, Tipo Sync checks whether the product already exists in the Destination store.

<figure><img src="/files/90yNRC2221UxGywuCa9B" alt=""><figcaption></figcaption></figure>

The app compares products using the selected Matching Identifier:

* Handle (Recommended)
* SKU
* Barcode

After checking for a match, Tipo Sync follows the selected sync mode.

***

### 📊 Quick Comparison

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

| Sync Mode          | Matching Product Found | No Matching Product Found |
| ------------------ | ---------------------- | ------------------------- |
| 🔄 Create & Update | Update Product         | Create Product            |
| 🔁 Update Only     | Update Product         | Ignore Product            |
| ➕ Create Only      | Ignore Product         | Create Product            |

This table explains the core difference between all three modes.

***

### ▶️ A Tutorial video&#x20;

{% embed url="<https://youtu.be/K14iVubDEas>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tipo.io/product-syncs/select-which-product-information-to-sync.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
