### Summary (*) There is no way to use Extension Attributes in Copy Service if you are using entity class which extends DataObject ### Examples (*) https://github.com/magento/magento2/blob/1e58f70fc0474d66e052c92f849baa9c390599e9/lib/internal/Magento/Framework/Model/AbstractModel.php#L18 1. Create Extension Attribute for Quote Address. 2. Create Extension Attribute for Order. 3. Try to copy Extension Attribute from Quote Address to Order Extension Attribute with \Magento\Framework\DataObject\Copy. Detected in [magento/inventory#2309](https://github.com/magento/inventory/pull/2309) ### Proposed solution Change fallback from: Array -> DataObject -> ExtensibleDataInterface -> AbstractSimpleObject to Array -> ExtensibleDataInterface -> DataObject -> AbstractSimpleObject