Skip to main content

app:warehouse:sync-product-data

Overview

This is a Symfony console command: app:warehouse:sync-product-data

Schedules

  1. */30 * * * * - Line 359 in system-crontab.md

Command Details

  1. app:warehouse:sync-product-data "

Intent & Purpose

⚠️ Intent unclear from cron definition alone. Requires code inspection.

The command class could not be automatically located. Manual investigation is needed to:

  • Locate the corresponding Command class in the codebase
  • Document the business purpose and side effects
  • Identify any data mutations (sales, payments, refunds, stock)

Risk Assessment

Risk Level: high

⚠️ HIGH: This command may have significant business impact.

Documentation Status

  • Command class located
  • Business purpose documented
  • Side effects identified
  • Risk level confirmed
  • @doc.* annotations added to code