Command Line Interface - Advanced Product Feeds

How to generate a data feed via command line

To generate a data feed via command line (shell, SSH) you can use php script located at <magento_root>/shell/feedexport.php

Usage:  php feedexport.php [options]

  --generate all      Generate all active feeds
  --generate <id>     Generate Feed with ID <id>

Examples
php feedexport.php --generate all php feedexport.php --generate 2

How to export a data feed via command line

To export a data feed via command line (shell, SSH) you can use php script located at <magento_root>/shell/feedexport.php


~! To enable export a data feed via command line you must set up FTP settings. See FTP settings


Usage:  php feedexport.php [options]

  --deliver all      Deliver all active feeds
  --deliver <id>     Deliver Feed with ID <id>

Examples
php feedexport.php --deliver all php feedexport.php --deliver 3

Advanced Product Feeds