shopify-admin-abandoned-cart-recovery

Generate unique percentage discount codes for abandoned Shopify checkouts.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-abandoned-cart-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-abandoned-cart-recovery
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/marketing/shopify-admin-abandoned-cart-recovery
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-abandoned-cart-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual effort of finding abandoned checkouts and creating per-customer incentives, so you can re-engage shoppers who started checkout but didn’t complete purchase.

Core Features & Use Cases

  • Abandoned checkout discovery: Queries Shopify for checkouts created within a configurable lookback window and filters by minimum cart total.
  • Unique discount generation: Creates a percentage discount code per eligible customer using a deterministic code scheme with prefix and UUID suffixing.
  • Customer re-engagement tagging: Applies a configurable Shopify customer tag so downstream marketing can target the right audience.
  • Use case: If you notice a drop in conversion for a sale period, run the skill daily to generate fresh discount codes and tag only the customers most likely to convert.

Quick Start

Run shopify-admin-abandoned-cart-recovery with store set to your myshopify domain, days_back to 7, dry_run to true to preview eligible customers, then re-run with dry_run false to create discount codes and apply tags.

Frequently Asked Questions about shopify-admin-abandoned-cart-recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover abandoned Shopify checkouts using discount codes?

Recover abandoned Shopify checkouts by querying recent checkouts and generating unique percentage discount codes per eligible customer to re-engage shoppers who started checkout but didn't complete the purchase.

How do I set up Shopify cart recovery automation with GraphQL?

Set up Shopify cart recovery automation by executing GraphQL queries to locate recent checkouts within a configurable lookback window, then using controlled mutations for bulk discount code creation and customer tag assignment.

Can I preview eligible customers before generating Shopify abandoned cart discounts?

Yes, you can preview eligible customers by running the process with the dry_run parameter set to true to prevent state changes, then re-running with dry_run set to false to create discount codes and apply tags.

How does customer tagging work for abandoned checkout recovery campaigns?

Customer tagging for abandoned checkout recovery applies a configurable Shopify customer tag to eligible shoppers, enabling downstream marketing automation workflows to accurately target audiences based on checkout intent.

What is needed to automate Shopify abandoned cart discount generation?

Automating Shopify abandoned cart discount generation requires authenticated Shopify Admin access to execute GraphQL queries and mutations, along with parameters for your myshopify domain, lookback window, and minimum cart total.