Symfony Command Index
This page is an index of Symfony commands available in Logidav.
Commands by domain
Sales
| Command | Description |
|---|---|
menzzo:v2:sales | Import new orders from Magento |
menzzo:v2:sales:update | Synchronize sale statuses |
menzzo:v2:sales:payment | Update payment statuses |
sale:expedition:import | Import shipment data |
Products
| Command | Description |
|---|---|
menzzo:v2:products | Synchronize the product catalog |
menzzo:v2:products:dispo | Update product availability |
menzzo:v2:products:update:qty | Update product quantities |
Stock
| Command | Description |
|---|---|
menzzo:saleproduct:switch | Switch sale product statuses |
menzzo:asirgroup:sync-product-stock | Sync AsirGroup stock |
menzzo:notio:sync-product-stock | Sync Notio stock |
Queues
| Command | Description |
|---|---|
meduse:queue:processor --action=runQueues | Queue processor |
List all commands
# List all available commands
php bin/console list
# Get help for a specific command
php bin/console help <command:name>