What problem does it solve? E-commerce stores serving EU/UK customers must comply with GDPR requirements like cookie consent, Subject Access Requests, and right-to-erasure, but implementing these correctly across platforms like Shopify, WooCommerce, and BigCommerce is complex and error-prone, with fines up to €20M or 4% of global turnover for non-compliance. ## Core Features & Use Cases - Cookie Consent Management: Configure consent banners and consent-aware analytics on Shopify, WooCommerce, and BigCommerce, with GA4 consent mode defaults set to denied. - SAR and Erasure Pipelines: Handle data export requests within 30 days and anonymize customer PII while retaining order records for tax obligations. - Marketing Consent Enforcement: Record opt-in metadata (IP, timestamp, consent version), gate marketing emails behind explicit consent, and provide one-click unsubscribe. - Use Case: A customer submits a deletion request. Use this Skill to build a TypeScript erasure pipeline that checks pending orders, anonymizes PII in orders, logs an audit record, and notifies Klaviyo, Zendesk, and loyalty platforms to purge their copies. ## Quick Start Use the gdpr-ecommerce skill to implement a GDPR-compliant cookie consent banner with GA4 integration for my Next.js storefront.