# What is a product handle?

### What Is Product Handle in Shopify?

A product handle in Shopify is a unique text identifier used in your store’s URLs.\
It's automatically generated from the product title when you create a product.

* It helps Shopify identify and link to the product page.
* It's used in the product URL (e.g., `yourstore.com/products/handle`).
* In sync apps like Tipo, handles are used to match products between Source and Destination stores.

#### Example

If your product is called:\
\&#xNAN;**"Blue Cotton T-Shirt"**

Then Shopify will generate a handle like:\
`blue-cotton-t-shirt`

Your product URL will be:\
`https://yourstore.com/products/blue-cotton-t-shirt`

> If this handle is the same in both Source and Destination stores, Tipo can match and sync the product correctly.

### **Where can we find and edit product handle in Shopify?**

**Edit Products Handles In Shopify Admin**

1\. From your store backend, go to **Products** > open the product you want to edit

2\. Edit product title

3\. Scroll down to S**earch engine listing**, click edit icon and change the name here

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

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

4\. Save the product

To confirm the update, click the “View” button and look for the product URL in your web browser’s address bar. The handle should now appear in the URL.

**Note:**&#x20;

Be careful when changing handles — if the product is already published, changing the handle will change the product's URL and may affect SEO or existing links.

***

**🙋 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/what-is-a-product-handle.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.
