Skip to main content
Log inSign up
query

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

•

ID used to lookup AppInstallation.


Was this section helpful?

•

Represents an installed application on a shop.

accessScopes•
non-null

The access scopes granted to the application by a merchant during installation.

activeSubscriptions•
non-null

The active application subscriptions billed to the shop on a recurring basis.

allSubscriptions•
non-null

All subscriptions created for a shop.

app•
non-null

Application which is installed.

credits•
non-null

Credits that can be used towards future app purchases.

id•
non-null

A globally-unique ID.

launchUrl•
non-null

The URL to launch the application.

metafield•

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

metafields•
non-null

A list of custom fields that a merchant associates with a Shopify resource.

oneTimePurchases•
non-null

One-time purchases to a shop.

publication•

The publication associated with the installed application.

revenueAttributionRecords•
non-null

The records that track the externally-captured revenue for the app. The records are used for revenue attribution purposes.

uninstallUrl•

The URL to uninstall the application.

channel•
Deprecated

Channel associated with the installed application. Use publication instead.

privateMetafield•
Deprecated

Returns a private metafield by namespace and key that belongs to the resource. Metafields created using a reserved namespace are private by default. See our guide for migrating private metafields.

privateMetafields•
non-nullDeprecated

List of private metafields that belong to the resource. Metafields created using a reserved namespace are private by default. See our guide for migrating private metafields.

subscriptions•
non-nullDeprecated

Subscriptions charge to a shop on a recurring basis. Use activeSubscriptions instead.


Was this section helpful?