What problem does it solve? Ecommerce companies preparing for IPOs or external audits must demonstrate documented internal controls over financial reporting (ICFR), but most platforms lack native segregation of duties, approval workflows, and immutable audit evidence — leaving gaps that auditors flag as material weaknesses. ## Core Features & Use Cases - Segregation of Duties Enforcement: Define financial roles for order-to-cash and procure-to-pay cycles, detect prohibited role combinations, and block conflicting assignments with typed errors. - Approval Controls & Audit Logging: Enforce high-value order approval ($10,000 threshold) and dual-approver payment runs ($50,000 threshold), writing append-only audit events tagged with control reference IDs like SOX-OTC-001. - Platform-Specific Guidance: Step-by-step control configuration for Shopify (Flow, staff permissions), WooCommerce (role plugins, order approval), BigCommerce, and custom TypeScript implementations including quarterly access reviews and monthly reconciliation automation. - Use Case: A payments company responding to an auditor's evidence request uses this Skill to build a quarterly access review report flagging dormant and SOD-conflicted accounts, plus an evidence export summarizing control events by outcome. ## Quick Start Ask the AI to implement SOX segregation of duties enforcement and an append-only financial audit log for your ecommerce order and payment workflows.