WooCommerce Development Skill For integrating with WooCommerce stores via REST API - products, orders, customers, webhooks, and custom extensions. Sources: WooCommerce REST API | Developer Docs --- Prerequisites Store Requirements Generate API Keys 1. Go to WooCommerce → Settings → Advanced → REST API 2. Click Add key 3. Set Description, User (admin), and Permissions (Read/Write) 4. Click Generate API key 5. Copy Consumer Key and Consumer Secret (shown only once) --- API Basics Base URL Authentication Query String Auth (Fallback) --- Installation Node.js Python --- Products List Products Get…