Skip to main content

Command Line Interface

Advanced Product Feeds provides CLI (command line interface) commands for generating and managing feeds efficiently. This method is useful for optimizing performance and troubleshooting.

Generate feeds

php bin/magento mirasvit:feed:export

This command can use one of the following options:

OptionDescription
--id=1the actual ID of the feed. Use this to generate only the specified feed (e.g., ID is 1).
--step=100use if your server has sufficient resources, you can adjust the processing step size to improve performance (e.g., steps is 100). By default, the step value is 50. Increasing it can speed up feed generation, while lowering it can reduce server load.

Deliver feeds

php bin/magento mirasvit:feed:delivery

This command will deliver all active feeds to marketplaces if configured. It can use one of the following options:

OptionDescription
--id=1the actual ID of the feed. Use this to deliver only the specified feed (e.g., ID is 1).