# Warranty

### Setup product warranty period

Each product can have different warranty period, hence the warranty period will need to set up at product level using **product tags**&#x20;

Open the Shopify admin > Products > Product and add new tags to the product to indicate the warranty period

![product with warranty period tag](/files/-MfHXuZwEoAysAnWu_8z)

The product tags have to be in the following format

**warranty:{duration}**

**warranty** - this is fixed

**duration** - consist of two parts a number and a unit, separated by a space e.g **1 year**

#### Example product tags

Here are some example valid product tags

* warranty:1 year
* warranty:2 years
* warranty:6 months

### Show warranty info

Once the product is setup with warranty period and the customer registered that product, it will calculate the warranty expiration date based on **registration date + warranty period**

If you want customer to see the warranty expiration date, you have to enable it in the App admin > Settings > General > Show customer warranty

![](/files/-MfHZoSRKApEvj9o3ZGm)

Once its enabled, **Save settings** at the bottom

After the the setting is enabled, the customer can see the warranty information in the frontend - **Registered Products**&#x20;

![Customer's view of warranty](/files/-MfHadfW6E8NxdLnhn7M)

### Languages

Its possible to change wording for warranty in the App admin > Settings > Languages, search for warranty. Don't forget to **Save Settings** after changed languages


---

# 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://doc.product-reg.varify.xyz/v1-shopify-product-registration/admin/warranty.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.
