AppInstallation
Represents an installed application on a shop.
Anchor to Fields and connectionsFields and connections
- Anchor to accessScopesaccess•
Scopes [AccessScope!]! non-null The access scopes granted to the application by a merchant during installation.
- Anchor to activeSubscriptionsactive•
Subscriptions [AppSubscription!]! non-null The active application subscriptions billed to the shop on a recurring basis.
- Anchor to allSubscriptionsall•
Subscriptions AppSubscription non-nullConnection! All subscriptions created for a shop.
- •App!non-null
Application which is installed.
- Anchor to creditscredits•App
Credit non-nullConnection! Credits that can be used towards future app purchases.
- •ID!non-null
A globally-unique ID.
- Anchor to launchUrllaunch•
Url URL!non-null The URL to launch the application.
- Anchor to metafieldmetafield•
A custom field, including its
namespace
andkey
, that's associated with a Shopify resource for the purposes of adding and storing additional information.- Anchor to metafieldsmetafields•Metafield
Connection! non-null A list of custom fields that a merchant associates with a Shopify resource.
- Anchor to oneTimePurchasesone•
Time Purchases AppPurchase non-nullOne Time Connection! One-time purchases to a shop.
- Anchor to publicationpublication•
The publication associated with the installed application.
- Anchor to revenueAttributionRecordsrevenue•
Attribution Records The records that track the externally-captured revenue for the app. The records are used for revenue attribution purposes.
- Anchor to uninstallUrluninstall•
Url The URL to uninstall the application.
Map
Fields and connections with this object
Possible type in
Anchor to QueriesQueries
- •query
Lookup an AppInstallation by ID or return the AppInstallation for the currently authenticated App.
- •query
A list of app installations. To use this query, you need to contact Shopify Support to grant your custom app the
access scope. Public apps can't be granted this access scope.
- •query
Return the AppInstallation for the currently authenticated App.