Exit AD0-E724 Adobe Commerce Developer Professional
Question 2 of 5
0% complete
Q2 Single choice

An Adobe Commerce developer was asked to provide additional information on a quote. When getting several quotes, the extension attributes are returned, however, when getting a single quote it fails to be returned.

What is one reason the extension attributes are missing?

  • A

    The developer neglected to add coiiection="trueM to their attribute in etc/extension_attributes.xmi file.
    ottribute code="my_attributesM type="MyVendor\MyModule\Api\Data\^AttributeInterface[]M
    collection="true" />

  • B

    The developer neglected to provide a plugin On Hagento\Quote\Api\CartRepositoryInterface: :get.

  • C

    The developer neglected to implement an observer on the coiiection_ioad_after event.