How do you add this attribute?

You need to add a new text attribute to all products in the Magento store. When this attribute is displayed on the product page, its values must be different depending on the selected language.
Keeping simplicity in mind, how do you add this attribute?
A. Use the Magento CLI to create a new custom attribute, then generate dictionaries for all supported languages
B. Use a Data Patch to create a new EAV attribute
C. Add a new column to the catalog_product_entity table using declarative schema
D. Use the admin panel to create a new extension attribute

Download Printable PDF. VALID exam to help you PASS.

6 thoughts on “How do you add this attribute?

  1. I agree with B, for D nah we cant create extenstion attribute on the admin panel only EAV attribute. Things to look out during the exam if the option D changes to “Use the admin panel to create a new EAV attribute” then the answer is D.

  2. Answer = B. Pretty sure you cannot create an extension attribute via the admin. Unless of course, this is a typo and they meant a Product EAV Attribute in:
    Admin > Stores > Atrtibutes > Product

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.