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

---
title: "ShopifyApp"
description: "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)


---

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