# Registration detail

Here are additional details for registration, related registrations, and customer information.

## Registration data

Registration data is associated with the registration and can be updated as needed.

### Statuses

The registration can have various statuses to indicate its current state. Here are the possible statuses:

* **Requested**: The registration has been submitted but has not yet been reviewed.
* **Processing**: The registration is currently under review.
* **Confirmed**: The registration process has been successfully completed.
* **Unqualified**: The registration has been cancelled by either the user or the admin.

Each status helps in tracking the progress and current state of the registration process.

## Customer data

### View and Update Customer Data

You can view and update the customer data associated with the registration. This includes linking the registration to a Shopify customer ID or modifying the existing association as needed.

#### Shopify Customer ID

If the customer is logged in to Shopify on the frontend and submits the form, the app will automatically associate the registration with that customer. This allows the admin to view the customer's entries in the app under **Customer admin > More actions**.

<figure><img src="/files/0yWF7mxqqr3cTQI6nWi2" alt=""><figcaption></figcaption></figure>

Clicking the above will display all the entries for that customer in the app.\
Here, you can enter a Shopify customer ID to associate it with the registration or change the association as needed by the admin.

#### How to Find the Shopify Customer ID

You can find the Shopify customer ID by navigating to the customer's profile in the Shopify admin panel. Once there, the customer ID will be displayed in the URL of the profile page. For example, if the URL is `https://yourstore.myshopify.com/admin/customers/1234567890`, the customer ID is `1234567890`.

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

> **Note:** It is not possible to have a popup box to search and select customers directly because Shopify does not provide this feature. Additionally, it would require handling more customer privacy information. Therefore, manually obtaining the customer ID is necessary.

## Related registrations/entries

There are different types of related registrations/entries. These can be found under the **Related Registrations** section by selecting **Show related registrations**.

![](/files/kXYgdt3aGBP3xKbgzNhW)

### Same serial number

The relationship is based on the serial number. For example, if two entries from different forms share the same serial number, those entries are considered related.

![](/files/uQFz9m7APtjUcgMdqurc)

### Submitted from the same form

For forms that allow the registration of multiple products (each registered product counts as one registration), entries are considered related if they are submitted from the same instance.

![](/files/nX8I8xWGHw6Ch9lYI778)

### Linked claim by user

Another way to relate two entries is through user action. On the frontend, when a customer is logged in, their registered entries will be displayed. If the customer clicks on "Make a claim" for a specific registration, it will open the claim form and mark the new claim with the specific registration.

![](/files/bvw0pWRZ34F84ulsvn8A)


---

# 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/admin/forms/registrations/registration-detail.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.
