> ## 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.

# ShopifyApp

> Serves as a gateway for accessing features and functionalities related to Rye's Shopify App.

***

### Fields

<ResponseField name="installationLink" type={<><a href="/api-reference/shopifyappinstallationlink">ShopifyAppInstallationLink!</a></>}>
  <Expandable title="arguments">
    <ParamField path="storeCanonicalDomain" type="String!" required>
      The store's [canonical domain or URL](/sync-api/shopify-merchant-onboarding/shopify-store-domains).
    </ParamField>

    <ParamField path="private" type="Boolean" default="false">
      If `true`, then a private installation link will be generated.

      Merchants who follow a private installation link will not be available to other developers
      through the Sync API.
    </ParamField>
  </Expandable>
</ResponseField>

### Related queries

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