get_app_details
Retrieve app name, API key, and GID for a specific Shopify app by passing its app ID.
Instructions
Get details for a specific Shopify app.
Args: app_id: App GID (e.g., 'gid://partners/App/1234') or numeric ID.
Returns: JSON string with app name, API key, and GID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |