An Adobe Commerce developer is asked to implement a 15% surcharge for all users from a Wholesale' customer group. Keeping best practices in mind, what is a correct way to accomplish this?
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?
An Adobe Commerce developer has a requirement to add some settings which are unique to a specific system and it will be dumped to app/etc/env.php when the CLI command php bin/magento app:config:dump is used.
How would the developer achieve this?
A)
C)
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?
Add a custom filter to the virtual type
An Adobe Commerce Developer is tasked with writing an importer for a custom entity. After the work is complete and deployed, they start receiving complaints from their client that the importer does not work and fails every time they use it.
The developer realizes that the client is importing a file which does not match the format required for the importer to process correctly.
What two features would the developer add to this importer to prevent this? (Choose two.)