QuestionQ10
Adobe Commerce Architecture and Customization TechniquesAn Adobe Commerce developer has built a process that exports a specified order to an external accounting system. The process must be launched through the Magento CLI with:
php bin/magento my_module:order:process --order_id=<order_id>
Example: php bin/magento my_module:order:process --order_id=1245.
How should the command be configured?
- A

- B

- C

Community Discussion