Anchor to appByKeyapp
queryapp By Key
Retrieves an App by its client ID (API key). Returns the app's configuration, installation status, objects, and developer information.
Returns null if no app exists with the specified client ID.
Anchor to Arguments
Arguments
- Anchor to apiKeyapi•String!
Key required Client ID of the app.
Was this section helpful?
Anchor to Possible returnsPossible returns
- •App
A Shopify application that extends store functionality. Apps integrate with Shopify through APIs to add features, automate workflows, or connect external services.
Provides metadata about the app including its developer information and listing details in the Shopify App Store. Use the
installationfield to determine if the app is currently installed on the shop and access installation-specific details like grantedobjects. Checkbefore installation to identify any prerequisites that must be met.
Was this section helpful?