> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ShopifyAppInstallationLink"
description: "Represents the installation link for Rye's Shopify App specific to a given Shopify store."
---

***

### Arguments

<ParamField path="storeCanonicalDomain" type="String!" required>
  The canonical or storefront domain of the store to retrieve i.e. `test.myshopify.com`. Read more about Shopify domains [here](/sync-api/shopify-merchant-onboarding/shopify-store-domains).
</ParamField>

### Fields

<ParamField path="canonicalDomain" type="String!" required>
  The resolved canonical domain of the store this installation link is for. This may differ from your provided `storeCanonicalDomain` value.
</ParamField>

<ParamField path="url" type={<a href="/api-reference/url">URL!</a>} required>
  A URL scalar type, which represents the actual URL for installing the Rye's Shopify App on the specified Shopify store.
</ParamField>

### Related queries

* [`shopifyApp`](/api-reference/shopifyapp)


---

*Powered by [holocron.so](https://holocron.so)*
