Spotler Activate CLI Commands for Magento 2
Looking for Magento 2 Spotler search integration? View the full Magento 2 Spotler search integration page to explore features, configuration options, and pricing.
Command line tools for managing Spotler Activate Search feeds. Use these for manual feed generation, testing, or automation.
Available Commands
| Command | Description |
|---|---|
sooqr:feed:create |
Generate the product feed |
sooqr:feed:create
Generates the XML product feed for Spotler.
bin/magento sooqr:feed:create
Output:
Feed generated successfully for store: Default Store View
File: /var/www/html/pub/media/sooqr/feed.xml
Products: 1542
Options
| Option | Description |
|---|---|
--store-id=X |
Generate feed for specific store view only |
Generate for Specific Store
bin/magento sooqr:feed:create --store-id=1
Only generates the feed for store view ID 1. Useful for multi-store setups where you only need to update one store.
Generate for All Stores
bin/magento sooqr:feed:create
Without the --store-id option, generates feeds for all enabled store views.
When to Use
- After bulk imports - Immediately update feed with new products
- After major price changes - Ensure Spotler has current prices
- Testing configuration - Verify feed generates correctly
- Troubleshooting - Check for errors during generation
Cron vs Manual
The module includes automatic cron-based generation (configured in Data > General > Cron Frequency). Use the CLI command for:
- Immediate updates outside cron schedule
- Testing after configuration changes
- Integration with deployment scripts
Example: Post-Deployment Script
#!/bin/bash
# After deployment, regenerate feed
bin/magento sooqr:feed:create
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Error during generation |
Need More Help?
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team
For a complete overview of features and configuration options, see Magento 2 Spotler search integration.