Skip to main content
object

A Shopify application.

•String!non-null

A unique application API identifier.

•URL

App store page URL of the app.

Anchor to appStoreDeveloperUrlappStoreDeveloperUrl
•URL

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

Anchor to availableAccessScopesavailableAccessScopes
•[AccessScope!]!non-null

All requestable access scopes available to the app.

•Image!non-null

Banner image for the app.

•String

Description of the app.

•String

The name of the app developer.

•AppDeveloperType!non-null

The type of app developer.

•Boolean!non-null

Whether the app uses the Embedded App SDK.

•[FailedRequirement!]!non-null

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

•[String!]!non-null

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

•AppFeedback

Feedback from this app about the store.

•String

Handle of the app.

•Image!non-null

Icon that represents the app.

•ID!non-null

A globally-unique ID.

•AppInstallation

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

•URL

Webpage where you can install the app.

Anchor to isPostPurchaseAppInUseisPostPurchaseAppInUse
•Boolean!non-null

Whether the app is the post purchase app in use.

Anchor to optionalAccessScopesoptionalAccessScopes
•[AccessScope!]!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.

•Boolean!non-null

Whether the app was previously installed on the current shop.

•String

Detailed information about the app pricing.

Anchor to pricingDetailsSummarypricingDetailsSummary
•String!non-null

Summary of the app pricing details.

•URL

Link to app privacy policy.

•AppPublicCategory!non-null

The public category for the app.

•Boolean!non-null

Whether the app is published to the Shopify App Store.

Anchor to requestedAccessScopesrequestedAccessScopes
•[AccessScope!]!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.

•[Image!]!non-null

Screenshots of the app.

•Boolean!non-null

Whether the app was developed by Shopify.

•Float!non-null

The star rating of the app.

•String!non-null

Name of the app.

•String!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.

•String!non-null

The webhook API version for the app.

Deprecated fields

•URL!non-nullDeprecated
•URL!non-nullDeprecated
•[NavigationItem!]!non-nullDeprecated
•URLDeprecated

Was this section helpful?

•query

Lookup an App by ID or return the currently authenticated App.

•query

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

•query

Fetches an app by its client ID. Returns null if the app doesn't exist.


Was this section helpful?

•mutation

Uninstalls an app.

•App

The uninstalled app.

•[AppUninstallAppUninstallError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

•interface

Was this section helpful?