Connecting WooCommerce
Sync your WordPress store using the REST API V3.
RetailCoder connects directly to your WooCommerce database via the REST API to ensure high-performance order ingestion without slowing down your WordPress site.
Prerequisites#
- WordPress 5.8+ and WooCommerce 5.0+
- SSL Certificate (HTTPS) is required for webhook security.
- Permalinks must be set to "Post name" (not "Plain") in WP Settings.
1. Generate API Keys#
- Log in to your WordPress Admin.
- Go to WooCommerce > Settings > Advanced.
- Select the REST API tab and click Add Key.
- Description:
RetailCoder Integration. - User: Select an Admin user.
- Permissions: Select
Read/Write.
2. Connect to Dashboard#
Copy the Consumer Key and Consumer Secret generated by WooCommerce.
bash
1. Open RetailCoder OMS > Settings > Integrations. 2. Select WooCommerce. 3. Enter your Store URL (e.g., https://mystore.com). 4. Paste the Consumer Key (ck_...). 5. Paste the Consumer Secret (cs_...). 6. Click "Verify Connection".
Legacy Webhook SupportIf your server blocks standard REST webhooks, enable "Legacy Mode" in the integration settings to use periodic polling (cron jobs) instead.