> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ShopifyAppInstallationLink

> 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)
