Integrate your WooCommerce store on WordPress to allow your AI agent to sync products, manage stock inquiries, and provide instant order status updates to your customers.
⏱️ Setup Time: 6 Minutes
✅ Difficulty: Moderate
1 Phase 1: REST API Setup
WooCommerce uses the legacy REST API for secure data communication.
- Log in to your WordPress Admin dashboard.
- Go to WooCommerce > Settings > Advanced > REST API.
- Click "Add Key".
2 Phase 2: Generating Keys
- Enter a description (e.g., "InitialChat-AI").
- Select a user with Admin permissions.
- Set Permissions to Read/Write.
- Click "Generate API Key".
Save these immediately:
- Consumer Key (starts with ck_...)
- Consumer Secret (starts with cs_...)
3 Phase 3: Connection
- In InitialChat, go to Integrations > E-commerce > WooCommerce.
- Enter your Site URL (e.g.,
https://yourdomain.com). - Paste your Consumer Key and Consumer Secret.
- Save Changes.
