Can’t get extension attribute in a plugin
I am trying to create a module that uploads Category image (as Category extension attribute) via REST API. The problem is that I can’t even fetch extension attributes in afterSave method of my Plugin with the lines of code below:… Read More »Can’t get extension attribute in a plugin