What is the purpose of Extension attributes in Magento 2?
By: Piyush Dankhra, Jul 18th, 2018 # Magento 2
This article will throw some light on how one can use the extension attributes in Magento 2. Extension attributes are primarily containers that are used for adding an additional piece of information to our entities. Every interface that extends \Magento\Framework\Api\ExtensibleDataInterface can be extended with the help of the extension attributes. The methods defined in ExtensibleDataInterface …
Continue reading “What is the purpose of Extension attributes in Magento 2?”