menzzo:lengow:sales
Overview
This is a Symfony console command: menzzo:lengow:sales
This command is executed by 6 different cron entries with varying schedules or options.
Schedules
*/10 * * * *- refresh account6395*/10 * * * *- refresh account5622*/10 * * * *- refresh account1722015 * * * *- sync account639515 * * * *- sync account562215 * * * *- sync account17220
Command Details
menzzo:lengow:sales --refreshToken=1 --marketplace=6395menzzo:lengow:sales --refreshToken=1 --marketplace=5622menzzo:lengow:sales --refreshToken=1 --marketplace=17220menzzo:lengow:sales --marketplace=6395menzzo:lengow:sales --marketplace=5622menzzo:lengow:sales --marketplace=17220
Intent & Purpose
Command class found at: src/ErpBundle/Command/Lengow/V3/LengowSalesCommand.php
⚠️ Documentation needs to be completed by inspecting the command code.
Please review the command class to document:
- Business purpose and workflow
- Side effects and data mutations
- Dependencies on external systems
- Error handling and recovery procedures
Risk Assessment
Risk Level: critical
⚠️ CRITICAL: This command likely involves sales, payments, refunds, or stock mutations.
Documentation Status
- Command class located
- Business purpose documented
- Side effects identified
- Risk level confirmed
- @doc.* annotations added to code