Skip to main content

Symfony Command Index

This page is an index of Symfony commands available in Logidav.

Commands by domain

Sales

CommandDescription
menzzo:v2:salesImport new orders from Magento
menzzo:v2:sales:updateSynchronize sale statuses
menzzo:v2:sales:paymentUpdate payment statuses
sale:expedition:importImport shipment data

Products

CommandDescription
menzzo:v2:productsSynchronize the product catalog
menzzo:v2:products:dispoUpdate product availability
menzzo:v2:products:update:qtyUpdate product quantities

Stock

CommandDescription
menzzo:saleproduct:switchSwitch sale product statuses
menzzo:asirgroup:sync-product-stockSync AsirGroup stock
menzzo:notio:sync-product-stockSync Notio stock

Queues

CommandDescription
meduse:queue:processor --action=runQueuesQueue processor

List all commands

# List all available commands
php bin/console list

# Get help for a specific command
php bin/console help <command:name>