Solved

You Have Been Given the Task of Importing Products from an External

Question 38

Multiple Choice

You have been given the task of importing products from an external source. You decide to create a custom module to do this. The class handling the import creates a product for each record, sets the data on it and saves it to the database. What do you inject into a constructor to represent each product you create?


A) \Magento\Catalog\Model\Product
B) \Magento\Catalog\Api\Data\ProductInterfaceFactory
C) \Magento\Catalog\Api\Data\ProductInterface
D) \Magento\Catalog\Model\ProductBuilder

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions