Question 6
You need to add a new column to the sales_shipment and the sales_shipment_grid tables. Other than utilizing the default addColumn methods, what way is automatic?
Question 7
An Adobe Commerce developer wants to generate a list of products using ProductRepositoryinterface and search for products using a supplier_id filter for data that is stored in a standalone table (It. not in an EAV attribute).
Keeping maintainability in mind, how can the developer add the supplier ID to the search?
Keeping maintainability in mind, how can the developer add the supplier ID to the search?
Question 8
You are reviewing a module to some special functionality to the Magento 2 application, You see directory /Console, What task you think in this directory contain script for this modules?
Question 9
A module you are developing requires the addition of new routes that should be accessible in the store front.
Where do you define your module's frontName?
Where do you define your module's frontName?
Question 10
An Adobe Commerce developer is tasked with adding custom data to orders fetched from the API While keeping best practices in mind, how would the developer achieve this?