AEM Hybris Connector issue
Hi Team,
We are using OOB aem hybris connector package to connect hybris server from AEM 6.2.
Here we haven't customized the auth handler we are usign the OOB authhandler.
Issue here is whenever we are trying to get the device details from Hybris we are getting below error-
com.adobe.cq.commerce.hybris.common.DefaultHybrisConnection execute: hybris response status: [400], body: [{
"class": "AmbiguousIdentifierException",
"message": "Product code 'Device020' is not unique, 7 products found!"
}]
Here we have set the parameter in command as -
public boolean needsServerAuth() {
return false;
}
Please let me know if i am missing anything here or do we need to customize the authhandler.
Regards
Ankur