Skip to main content
Log inSign up
query

Fetches app by handle. Returns null if the app doesn't exist.

String!required

Handle of the App.


Was this section helpful?

A Shopify application.

apiKey
non-null

A unique application API identifier.

appStoreAppUrl

App store page URL of the app.

appStoreDeveloperUrl

App store page URL of the developer who created the app.

availableAccessScopes
non-null

All requestable access scopes available to the app.

banner
non-null

Banner image for the app.

description

Description of the app.

developerName

The name of the app developer.

developerType
non-null

The type of app developer.

embedded
non-null

Whether the app uses the Embedded App SDK.

failedRequirements
non-null

Requirements that must be met before the app can be installed.

features
non-null

A list of app features that are shown in the Shopify App Store listing.

feedback

Feedback from this app about the store.

handle

Handle of the app.

icon
non-null

Icon that represents the app.

id
non-null

A globally-unique ID.

installation

Corresponding AppInstallation for this shop and App. Returns null if the App is not installed.

installUrl

Webpage where you can install the app.

isPostPurchaseAppInUse
non-null

Whether the app is the post purchase app in use.

optionalAccessScopes
non-null

The optional scopes requested by the app. Lists the optional access scopes the app has declared in its configuration. These scopes are optionally requested by the app after installation.

previouslyInstalled
non-null

Whether the app was previously installed on the current shop.

pricingDetails

Detailed information about the app pricing.

pricingDetailsSummary
non-null

Summary of the app pricing details.

privacyPolicyUrl

Link to app privacy policy.

publicCategory
non-null

The public category for the app.

published
non-null

Whether the app is published to the Shopify App Store.

requestedAccessScopes
non-null

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
non-null

Screenshots of the app.

shopifyDeveloped
non-null

Whether the app was developed by Shopify.

starRating
non-null

The star rating of the app.

title
non-null

Name of the app.

uninstallMessage
non-null

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.

webhookApiVersion
non-null

The webhook API version for the app.

developerUrl
non-nullDeprecated

Website of the developer who created the app. Use appStoreDeveloperUrl instead.

launchUrl
non-nullDeprecated

Webpage that the app starts in. Use AppInstallation.launchUrl instead

navigationItems
non-nullDeprecated

Menu items for the app, which also appear as submenu items in left navigation sidebar in the Shopify admin. Use AppInstallation.navigationItems instead

uninstallUrl
Deprecated

Webpage where you can uninstall the app. Use AppInstallation.uninstallUrl instead


Was this section helpful?