get_merchants
List active, churned, or all merchants using a specific app. View shop details, status, dates, and reasons to analyze adoption and churn.
Instructions
List merchants (stores) using a specific app.
Args: app_id: App GID or numeric ID (required). status: 'active' (current installs), 'churned' (uninstalled), or 'all' (both). Default 'active'.
Derived from app events.
Returns: JSON string with keys: merchants (list with shop, status, dates, reasons), count, summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| status | No | active |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |