-
Notifications
You must be signed in to change notification settings - Fork 1
Commands Paths and Settings
Matt MacDougall edited this page Aug 29, 2026
·
1 revision
This is the compact operational reference for the current Mage-OS module identity.
Documentation baseline: public repository commit
b77605d. Last reviewed: 2026-08-29.
| Item | Current value |
|---|---|
| Composer package | mage-os/module-shopping-feed |
| Magento module | MageOS_ShoppingFeed |
| PHP namespace | MageOS\ShoppingFeed |
| License | OSL-3.0 |
| Purpose | Path |
|---|---|
| Manage feeds | Catalog > Mage-OS Shopping Feed > Feeds Management |
| Global settings | Stores > Configuration > Mage-OS > Mage-OS Shopping Feed |
| Purpose | Command |
|---|---|
| Process one unread queue item | bin/magento mage-os:shopping-feed:generate |
| Generate one feed directly | bin/magento mage-os:shopping-feed:generate <feed_id> |
| Test one SKU | bin/magento mage-os:shopping-feed:generate <feed_id> <sku> |
| Add due schedules to the queue | bin/magento mage-os:shopping-feed:schedule |
| Purpose | Path or pattern |
|---|---|
| Default feed directory | pub/media/mageos-shopping-feed |
| Default feed filename | mageos_shopping_feed_%s.txt |
| Default Promotions filename | mageos_shopping_feed_promotion_%s.txt |
| Feed log | var/log/mageos_shopping_feed_<feed_id>.log |
| Per-feed lock | var/tmp/mageos_shopping_feed_<feed_id>.lock |
| In-progress feed | Configured final path with .tmp appended |
Feed output is restricted to pub/media/mageos-shopping-feed and safe subdirectories. Supported configured file extensions are txt, csv, tsv, and xml.
| Group | Setting | Purpose |
|---|---|---|
| General Info | Cron Enabled | Allows the module's Magento cron jobs to schedule and process feeds |
| Log Settings | Logging Level | Minimum Debug, Info, Notice, Warning, or Error level written |
| Log Settings | Log rotate (Kb) | Archives a log after the configured size |
| Enable Automatic Updates (Microdata) | Adds supported schema.org product data to selected Google Shopping product pages | |
| Enable Google Ads Dynamic Remarketing Events | Calls gtag with a view_item event after a complete configurable selection |
|
| Google Ads Destination ID | Optional send_to value such as AW-123456789
|
| Job | Schedule |
|---|---|
| Schedule due feeds | 10 * * * * |
| Process the queue | * * * * * |
See Manual and CLI generation, Scheduling and queues, and Logs and troubleshooting for operating procedures.
Mage-OS Shopping Feed
Start here
- Status and compatibility
- Release 1.0.0
- Installation and upgrade
- Quick start
- Migration and coexistence
- Feed types and lifecycle
Feed guides
Configuration
- General configuration
- Columns and directives
- Categories and taxonomy
- Filters and transformations
- Product options
- Complex products
- Shipping
Operations
- Manual and CLI generation
- Scheduling and queues
- FTP, SFTP, and gzip uploads
- Testing one product
- Logs and troubleshooting
- Performance and large catalogs
Storefront integrations
Maintainers