An integration named Marketing is created on the Adobe Commerce instance. The integration has access on Magento_Customer:: customer resources and the access token is xxxxxx.
How would the rest API be called to search the customers?
A developer needs to extend the existing jQuery widget. Which jQuery function is used for this purpose?
An Adobe Commerce developer wants to create a product EAV attribute programmatically which should appear as WYSIWYG in the admin panel. They have made sure that wysiwyg_enabled has been set to true, however, the attribute is not appearing as WYSIWYG in the admin panel.
What would be a possible reason?
What is one way a developer can upgrade the ECE-Tools package on an Adobe Commerce Cloud project?
What will happen if a developer fails to mention the start date in the "From" field when creating a price rule?
How can a developer prioritize a plugin's execution, if possible?
A developer is creating a class \Vendor\Module\Model\MyModeL How should that class be defined as transient in di.xml?
An international merchant is complaining that changes are taking too long to be reflected on the frontend after a full product import.
Thinking it may be database issues, the Adobe Commerce developer collects the following entity counts:
• Categories: 900
• Products: 300k
• Customers: 700k
• Customer groups : 106
• Orders: 1600k
• Invoices: 500k
• Creditmemos: 50k
• Websites : 15
• Stores : 45
What is a probable cause for this?
Which characteristic is associated with a persistent cart?
A developer is tasked with creating a new feature in an Adobe Commerce Cloud project. The developer decides to create an integration environment for a better development process.
Which Cloud CLI for Commerce command would the developer use?