Skip to main content

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

  1. */10 * * * * - refresh account 6395
  2. */10 * * * * - refresh account 5622
  3. */10 * * * * - refresh account 17220
  4. 15 * * * * - sync account 6395
  5. 15 * * * * - sync account 5622
  6. 15 * * * * - sync account 17220

Command Details

  1. menzzo:lengow:sales --refreshToken=1 --marketplace=6395
  2. menzzo:lengow:sales --refreshToken=1 --marketplace=5622
  3. menzzo:lengow:sales --refreshToken=1 --marketplace=17220
  4. menzzo:lengow:sales --marketplace=6395
  5. menzzo:lengow:sales --marketplace=5622
  6. menzzo: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