What are the product types?
Product creation?
Explain product attributes and where they are configured.
Explain product attribute sets and where they are configured.
Where are product videos shown and what services does magento natively support?
Able to show videos alongside images on products. YouTube and Vimeo are supported.
Describe Categories.
What is the Visual Merchandiser?
• Tool to position products in the category listing.
What are the different product types in Magento 2 Enterprise
Edition?
• Gift card is only available in EE.
What are the minimum attributes to create a simple product?
What is the product attribute set used for in Magento 2? Can
different product types use the same attribute set?
What is the process of creating layered navigation (including
category creation and attributes, product attribute types, and
product-category associations)?
• Create a category to display t-shirts on the front end.
• Ensure that “Is Anchor” is set to “Yes.”
• Create an attribute called “size:”
• Type is a Dropdown list.
• Values are Small, Medium, and Large.
• You must also ensure that “Use in Layered Navigation” in Storefront Properties is set to Filterable (with results).
• You can change the order that this attribute is visible with the Position attribute.
• Create three products and specify the size attribute for each: each one corresponding to a unique item in the list above.
• Assign those products to the category.
What are the different ways in which an Admin user can update
product inventory?
• Modify product, and choose Advanced Inventory.
• Mass edit inventory:
• Check the box next to a product in the Products > Catalog grid.
• Advanced Inventory tab
• Set the QTY.
• Keep in mind that this doesn’t adjust the inventory, rather it will reset it. This would be useful in very few and limited cases.
• API Integration
• GET /V1/stockItems/:productSku
• PUT /V1/products/:productSku/stockItems/:itemId
• GET /V1/stockItems/lowStock/
• GET /V1/stockStatuses/:productSku
• CSV file import
How can you display associated products in the cart and on the
product page?
How can you create page redirects for specific search requests?
• Marketing > Search Terms > Add New Search Term
Can a customer submit a JPG image with a product review?
• Not by default. There are ways to link to an image, but they cannot
upload an image.
What are the options for displaying a product video?
* You can add it using the Magento product video functionality.