# Shopify admin links

### Customer Detail Link - View Customer Entries

The app provides a convenient link in the Shopify customer detail admin page, enabling quick access to registrations, claims, and warranties associated with a specific customer. Simply click the link to view all relevant entries for the selected customer.

<figure><img src="/files/XjJ0hXrUlGdzIUC05ePa" alt="Customer Detail Link Screenshot"><figcaption></figcaption></figure>

By clicking the link, the app will display all registrations, claims, and warranties tied to the current customer, streamlining the process of managing customer data.

### Order Detail Link - Add Serial Numbers to an Order

This feature provides an efficient way to add serial numbers to an order directly from the Shopify order detail admin page.

<figure><img src="/files/IkZInATuHjPOO3SMDPTx" alt="Order Detail Link Screenshot"><figcaption></figcaption></figure>

Once clicked, the app presents input fields for entering serial numbers for each line item in the order. After saving, the serial numbers are stored in the default form, creating an entry that allows searching by order ID or serial numbers in the Forms listing page.

<figure><img src="/files/nPR1rEIYWEhX928NOEd6" alt="Serial Number Input Screenshot"><figcaption></figcaption></figure>

If serial numbers are already associated with the order, they will be displayed, and users can access the corresponding entry for further details.


---

# 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/shopify-admin-links.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.
