> 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/how-product-sync-settings-work-together.md).

# How product sync settings work together

When products are synchronized between stores, the result is affected by several settings working together.

If a product is not created, updated, or synchronized as expected, reviewing these settings is a good place to start.

***

### ⚙️ The 4 Settings That Control Product Sync

Product synchronization is affected by:

1. &#x20;Products Selected for Sync
2. Product Matching Identifier
3. Product Sync Mode
4. Product Information to Sync

Each setting controls a different part of the synchronization process.

***

### 🎯 Products Selected for Sync

This setting determines which products are eligible for synchronization.

If a product is not selected, Tipo Sync will ignore it completely.

#### Example

Selected products:

✅ Product A

✅ Product B

Not selected:

❌ Product C

#### Result

Only Product A and Product B can be synchronized.

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

***

### 🔗 Product Matching Identifier

Tipo Sync uses a matching identifier to determine whether products in two stores are the same product.

Available identifiers:

| Identifier           | Example       |
| -------------------- | ------------- |
| Handle (Recommended) | /summer-shirt |
| SKU                  | SKU-12345     |
| Barcode              | 8850123456789 |

#### Example

Source Store:

Handle: `summer-shirt`

Destination Store:

Handle: `summer-shirt`

#### Result

✅ Product match found

Tipo Sync recognizes both products as the same product.

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

***

### 🔄 Product Sync Mode

The selected sync mode determines what happens when a matching product is found (or not found).

| 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            |

#### Example

If Product A does not exist in the Destination store:

* Create & Update → Product is created
* Update Only → Product is ignored
* Create Only → Product is created

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

***

### 📝 Product Information to Sync

You can choose which product fields should be synchronized.

Common fields include:

* Title
* Description
* Images
* Price
* Inventory
* Collections
* Tags

#### Example

| Field  | Sync Setting |
| ------ | ------------ |
| Title  | Sync         |
| Price  | Don't Sync   |
| Images | Sync         |

#### Result

✅ Title updated

✅ Images updated

❌ Price not updated

***

### 🛍 Example: How All Settings Work Together

#### Source Store

| Field  | Value              |
| ------ | ------------------ |
| Handle | summer-shirt       |
| Title  | Summer Linen Shirt |
| Price  | $20                |

#### Destination Store

| Field  | Value        |
| ------ | ------------ |
| Handle | summer-shirt |
| Title  | Old Shirt    |
| Price  | $25          |

#### Configuration

| Setting             | Value           |
| ------------------- | --------------- |
| Product Selected    | Yes             |
| Matching Identifier | Handle          |
| Sync Mode           | Create & Update |
| Title               | Sync            |
| Price               | Don't Sync      |

#### Result

| Field | Final Value        |
| ----- | ------------------ |
| Title | Summer Linen Shirt |
| Price | $25                |

The product was matched successfully and updated.

However, the price remained unchanged because the Price field was configured as **Don't Sync**.

***

#### 📚 Learn More <a href="#learn-more" id="learn-more"></a>

For detailed setup instructions and examples:

* [Create & Update Products](https://docs.tipo.io/product-syncs/create-and-update-products)
* [Update Products](https://docs.tipo.io/product-syncs/update-products-only) [Only ](https://docs.tipo.io/product-syncs/update-products-only)
* [Create Products Only](https://docs.tipo.io/product-syncs/create-only)
* [Select products to sync](https://docs.tipo.io/product-syncs/select-products-to-sync)
* [Select which product information to sync](https://docs.tipo.io/product-syncs/select-which-product-information-to-sync)

***

**🙋 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
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:

```
GET https://docs.tipo.io/product-syncs/how-product-sync-settings-work-together.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.
