Returns
required
Any requested field from the
ShopifyApp object.Example
Notes
- The
installationLinkproperty can take either one of a store’s canonical or storefront domains. Read more about Shopify domains here.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Returns information about the Rye’s Shopify App.
ShopifyApp object.query GetShopifyAppInfo {
shopifyApp {
installationLink(storeCanonicalDomain: "dear-media-shop.myshopify.com") {
url
}
}
}
{
"data": {
"shopifyApp": {
"installationLink": {
"url": "https://dear-media-shop.myshopify.com/admin/***"
}
}
}
}
installationLink property can take either one of a store’s canonical or storefront domains. Read more about Shopify domains here.Was this page helpful?
