Hey,
I created an attribute called exactid in my shopware (you can see it in the image above).
I just want to access it in my code because I need to compare it with the id I am receivng from Exact Online.
So, My quesion is : How can I access this exactid attribute in my code ?
It should be something like :
$exactId = getArticleAttribute($ordernumber);
Thank you.