What problem does it solve? E-commerce stores accumulate customer and order data indefinitely, creating GDPR compliance risk, growing storage costs, and audit gaps. This Skill helps you define a legally sound retention schedule and implement automated archival, anonymization, and purging across Shopify, WooCommerce, BigCommerce, and custom platforms. ## Core Features & Use Cases - Retention Schedule Definition: Document a per-category retention policy (orders 7 years, sessions 90 days, carts 30 days) aligned with tax law and GDPR data minimization. - Platform-Specific Configuration: Step-by-step setup for Shopify GDPR webhooks, WooCommerce WP-Cron cleanup jobs, BigCommerce API-based retention, and custom TypeScript cron jobs. - Order PII Anonymization: Anonymize customer PII on old orders while preserving financial records and tax-jurisdiction fields required for audits. - Use Case: A marketplace preparing for a SOC 2 audit uses this Skill to implement a nightly 2 AM UTC cron job that purges expired sessions in small batches, anonymizes 7-year-old orders, and writes append-only audit log entries as compliance evidence. ## Quick Start Ask the AI to implement a nightly data retention job for your e-commerce backend that purges sessions older than 90 days and anonymizes orders older than 7 years while keeping financial data intact.