# How to find product ID and variant ID?

When you click a product in your Shopify dashboard, you see that the link has a unique ID for that specific product.&#x20;

<figure><img src="/files/JnIAu3vAC1rWPZ8OruGU" alt=""><figcaption><p>The link has the product ID</p></figcaption></figure>

In case your product has variants and you want to know your variants ID too, then click on a variant and the new page has the variant ID now in addition to product ID.

<figure><img src="/files/eTQYs1pU5McBquMFIKCA" alt=""><figcaption><p>Variant ID </p></figcaption></figure>

{% hint style="info" %}
Note that this product ID and variant ID are used as a tag for each customer who leaves an email on that certain product ID-variant ID.
{% endhint %}

<figure><img src="/files/tGqwTMTB1Zimn7RXdafl" alt="" width="252"><figcaption><p>Customer section in Shopify Admin</p></figcaption></figure>


---

# 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://minimateapps.gitbook.io/mini-vacation-or-notify-me/how-to-find-product-id-and-variant-id.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.
