Quick Start Guide
Get Channable Connect up and running in minutes. This guide walks you through the essential setup steps to connect your Magento store with Channable and start selling on marketplaces.
Step 1: Install the Extension
Via Composer (recommended)
composer require magmodules/magento2-channable
bin/magento module:enable Magmodules_Channable
bin/magento setup:upgrade
bin/magento cache:flush
Verify Installation
bin/magento channable:selftest
All tests should show "success". If not, check the error messages and review Troubleshooting.
Step 2: Enable the Module
- Go to Channable → General in your Magento admin
- Set Enable to Yes
- Click Save Config
- Flush cache: System → Cache Management → Flush Magento Cache
Step 3: Configure Your Product Feed
- Go to Channable → Product Feed
- Configure the essential settings:
| Setting | Recommended Value |
|---|---|
| Enable | Yes |
| Name | Your name attribute |
| Description | Your description attribute |
| Brand | Your manufacturer or brand attribute |
| EAN/GTIN | Your barcode attribute |
| Image Source | All Images |
-
Under Product Types → Configurable Products:
- Use Configurable/Simple Products: Only Linked Simple Products
- Use Parent URL for Simples: Yes, with Auto-Link
- Use Parent Image for Simples: Only if Empty
-
Click Save Config
Get Your Feed URL
Scroll down to the Feeds section. You'll see your store views with:
- Preview - Test your feed configuration
- JSON Product Feed - The URL Channable needs
- Auto Connect - Quick connect to Channable
Click Preview to verify your products appear correctly.
Step 4: Connect Feed to Channable
- Log in to your Channable account
- Create a new project or open an existing one
- Add a new import source and select Magento 2
- Either:
- Click Auto Connect with Channable in Magento, or
- Copy the JSON Product Feed URL and paste it in Channable
Channable will now fetch your product catalog.
Step 5: Enable Order Import (Optional)
If you're selling on marketplaces (bol.com, Amazon, etc.), enable order import:
- Go to Channable → Orders
- Set Enable to Yes
- Configure order settings:
| Setting | Recommended Value |
|---|---|
| Default Shipping Method | Your marketplace shipping method |
| Fallback Shipping Method | A backup method |
| Create Invoice | Yes |
| Order ID Prefix | "CH-" or "M-" |
- Click Save Config
Get Your Webhook URL
Scroll to the Webhooks section and copy the webhook URL for your store view.
Configure in Channable
- In Channable, go to your marketplace connection settings
- Paste the webhook URL in the order webhook field
- Save the settings
Test the Connection
Click Import Test Order in the Webhooks table to verify everything works.
Step 6: Enable Product Updates (Optional)
Keep your marketplace stock and prices synchronized in real-time:
-
Go to Channable → Product Updates
-
Set Enable to Yes
-
Configure the webhook per store view
-
Under Settings:
- Cron Enable: Yes
- Frequency: Every 5-15 minutes
-
Click Save Config
-
Copy the webhook URL to your Channable account
Verification Checklist
Run through this checklist to confirm everything is working:
-
bin/magento channable:selftestshows all success - Feed Preview shows your products correctly
- Channable successfully imports your feed
- Test order imports successfully (if orders enabled)
- Product updates are being sent (check Product Updates grid)
What's Next?
Now that you're set up, explore these topics:
Fine-tune Your Feed
- Product Feed Configuration - Advanced attribute mapping and filters
- Feed Preview & Debug - Debug individual products
Optimize Orders
- Orders Configuration - Customer handling, invoicing, FBB/LVB
- Test Orders - Test different scenarios
Monitor & Manage
- Orders Grid - Track imported orders
- Returns Grid - Process marketplace returns
- Product Updates Grid - Monitor sync queue
Reference
- CLI Commands - Automation and debugging
- Best Practices - Recommended configurations
- Troubleshooting - Common issues and solutions
Common Setup Issues
Products not appearing in feed
- Check product visibility (needs "Catalog" or "Catalog, Search")
- Verify products are enabled and in stock
- Review filter settings in Product Feed configuration
Orders failing to import
- Verify webhook URL is correct in Channable
- Check shipping method exists and is enabled
- Run a test order to see specific error messages
Feed URL returns error
- Ensure module is enabled
- Flush Magento cache
- Run
bin/magento channable:selftest
For more help, see Troubleshooting.
Need More Help?
Documentation:
Support: