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

# Sync Product Data

✨The **Smart Product Filter & Search** app needs to sync your store’s product data to keep filters and search results accurate. Here are some common questions to help you understand how this works.

***

### ❓**How to synchronize product data**

You click on the **Sync Product Data** button on the app’s dashboard.

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

### ❓**How often do we need to click the syncing button**

You must manually sync data in these cases:

#### **1. Your store contains** [**smart collections**](https://help.shopify.com/en/manual/products/collections/automated-collections)

When you add or remove products from the automated collection, Shopify doesn’t send notifications about these updates to our filter app, so the app can not trigger the auto-sync event.\
Below is an example of a smart collection.

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

#### **2. You make product data changes within a collection**

If you add/edit products on this collection, sort product orders on this collection, etc., the Shopify system doesn’t send any webhook update to our app, so you need to synchronize data by hand.

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

#### **3. You adjust product/variant metafield data**

### ❓**Why does the number of products in the collection appear incorrectly**

First, you should synchronize the product data.&#x20;

If it still mismatches after synchronizing successfully, please check the number of “unavailable products on sale channel” on the admin. These unavailable products are not displayed in the product list on the website. Below is an example of an unavailable product.

![](https://globosoftware.net/wp-content/uploads/2018/12/10.png)

In other words, the products showing up on the website have to be available for sale.

***

### 💡 Tips

After adding/editing products on the collection, please add additional text to the collection’s description & hit SAVE. After saving, remove that additional text on the collection's description and hit SAVE again.

When you do this, Shopify will activate the webhook Collection update & our app could update the new change automatically.

***

### 💬 Need Help?

If you’re unsure whether your product data has synced or you’re experiencing delays, our support team is happy to help.

📩 **Email us at <contact@globosoftware.net>**


---

# 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.globo.io/filter/sync-product-data.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.
