Valid AD0-E716 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E716 Exam! ExamDiscuss.com now offer the newest AD0-E716 exam dumps, the ExamDiscuss.com AD0-E716 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E716 dumps with Test Engine here:
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?
Correct Answer: A
The extension attributes are missing because the collection="true" attribute is not set in the etc/extension_attributes.xmi file. This attribute tells Magento that the extension attributes should be returned when the quote is retrieved. To fix this issue, the developer needs to add the collection="true" attribute to the my_attributes extension attribute. <attribute code="my_attributes" type="MyVendor\MyModule\Api\Data\AttributeInterface[]" collection="true" /> Once the collection="true" attribute is set, the extension attributes will be returned when the quote is retrieved.