get_churned_merchants
Retrieve recently churned merchants and their uninstall reasons for your Shopify app. Provide an app ID and lookback period to get a sorted list with shop names, domains, uninstall dates, and reasons.
Instructions
Get recently churned merchants with uninstall reasons.
Args: app_id: App GID or numeric ID (required). days: Look back period in days (default 30).
Returns: JSON string with churned merchant list including shop name, domain, uninstall date, and reason. Sorted most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| app_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |