shopify_list_abandoned_checkouts
Fetch recent abandoned checkouts with cart subtotals and customer context to calculate revenue at risk and prioritize recovery efforts.
Instructions
List the shop's recent abandoned checkouts with cart subtotals and customer context. Use to compute abandoned-revenue at risk and prioritise recovery.
This private-response read always fetches fresh provider data. Its MCP schema intentionally omits idempotency_key; supplied replay identity is rejected.
Args:
limit: Maximum checkouts in this provider page (1-20).
query: Optional Shopify search query (e.g. 'created_at:>=2026-04-01').
cursor: Opaque cursor from the previous page's next_cursor.
project_id: Authenticated Project UUID.
project_ref: Exact project correlation reference.
connector_account_ref: Project-bound connector account alias.
effect: Required and must be read; Spring verifies it.
approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| cursor | No | ||
| effect | Yes | ||
| project_id | Yes | ||
| project_ref | Yes | ||
| approval_ref | No | ||
| connector_account_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |