emartech / magento2-extension

Emarsys Magento2 Extension
MIT License
11 stars 9 forks source link

Extensible Data Interfaces #17

Closed nige-one closed 3 years ago

nige-one commented 4 years ago

We have extended our subscription model to hold subscriber_firstname and subscriber_lastname, which are optional. Since your data interfaces are not extensible this could not be reflected through your api.

Of course this must also be handled on the Emarsys API side, but do you see any chance you will support the extension of your interfaces for the main entities by allowing extension attributes?

iben12 commented 3 years ago

We have no plan to support custom fields on subscriber entity, but we already have support for EAV on customer and product entities.