Exit AD0-E722 Adobe Commerce Architect Master
Question 3 of 5
0% complete
Q3 Multiple choice

An Adobe Commerce Architect designs a data flow that contains a new product type with its own custom pricing logic to meet a merchant requirement.

Which three steps are required when adding a product type with custom pricing? (Choose three.)

Select all that apply.

  • A

    Content of the etc/product_types.xml file

  • B

    Data patch to register the new product type

  • C

    Hydrator for attributes belonging to the new product type

  • D

    New price model extending \Magento\Catalog\Model\Product\Type\Price

  • E

    Custom type model extended from the abstract Product Type model

  • F

    A new class with custom pricing logic, extending the abstract Product model class