appByKey - admin-graphql - QUERY
Version: 2024-04
Description:
Fetches an app by its client ID.
Returns null if the app doesn't exist.
Access Scopes
Arguments
apiKey :
String! -
Client ID of the app.
Returns
apiKey :
String!
A unique application API identifier.
appStoreAppUrl :
URL
App store page URL of the app.
appStoreDeveloperUrl :
URL
App store page URL of the developer who created the app.
availableAccessScopes :
AccessScope!
All requestable access scopes available to the app.
banner :
Image!
Banner image for the app.
description :
String
Description of the app.
developerName :
String
The name of the app developer.
developerType :
AppDeveloperType!
The type of app developer.
developerUrl :
URL!
Website of the developer who created the app.
embedded :
Boolean!
Whether the app uses the Embedded App SDK.
failedRequirements :
FailedRequirement!
Requirements that must be met before the app can be installed.
features :
String!
A list of app features that are shown in the Shopify App Store listing.
feedback :
AppFeedback
Feedback from this app about the store.
handle :
String
Handle of the app.
icon :
Image!
Icon that represents the app.
id :
ID!
A globally-unique ID.
installUrl :
URL
Webpage where you can install the app.
installation :
AppInstallation
Corresponding AppInstallation for this shop and App.
Returns null if the App is not installed.
isPostPurchaseAppInUse :
Boolean!
Whether the app is the [post purchase](https://shopify.dev/apps/checkout/post-purchase) app in use.
launchUrl :
URL!
Webpage that the app starts in.
navigationItems :
NavigationItem!
Menu items for the app, which also appear as submenu items in left navigation sidebar in the Shopify admin.
previouslyInstalled :
Boolean!
Whether the app was previously installed on the current shop.
pricingDetails :
String
Detailed information about the app pricing.
pricingDetailsSummary :
String!
Summary of the app pricing details.
privacyPolicyUrl :
URL
Link to app privacy policy.
publicCategory :
AppPublicCategory!
The public category for the app.
published :
Boolean!
Whether the app is published to the Shopify App Store.
requestedAccessScopes :
AccessScope!
The access scopes requested by the app. Lists the access scopes the app has declared in its configuration. Merchant must grant approval to these scopes for the app to be installed.
screenshots :
Image!
Screenshots of the app.
shopifyDeveloped :
Boolean!
Whether the app was developed by Shopify.
title :
String!
Name of the app.
uninstallMessage :
String!
Message that appears when the app is uninstalled. For example:
By removing this app, you will no longer be able to publish products to MySocialSite or view this app in your Shopify admin. You can re-enable this channel at any time.
uninstallUrl :
URL
Webpage where you can uninstall the app.
webhookApiVersion :
String!
The webhook API version for the app.
Examples