WooCommerce Webhooks When to Use This Skill - Setting up WooCommerce webhook handlers - Debugging signature verification failures - Understanding WooCommerce event types and payloads - Handling order, product, or customer events - Integrating with WooCommerce stores Essential Code (USE THIS) WooCommerce Signature Verification (JavaScript) Express Webhook Handler Next.js API Route (App Router) FastAPI Handler Common Event Types | Event | Triggered When | Common Use Cases | |-------|----------------|------------------| | | New order placed | Send confirmation emails, update inventory | | | Orde…