Failed to read attributes related to attributes set from Magento due to error# Unable to verify response, Status Code: 500
Hello All,
I have encountered the Error on flow "Magento Attribute Set to NetSuite Add/Update"
"Failed to read attributes related to attributes set from Magento due to error# Unable to verify response, Status Code: 500".
The flow is failing at export "Pre save page hook" step.
The API call to fetch attributes is successful. I have noticed this for multiple Magento 2 IA's at the Moment.
Is it something Magento Oriented?
Thanks
0
Comments
Hello All,
So I got the confirmation thanks to Celigo support that this issue is Magento based.
During Attributes export Integration app makes following API calls:-
attribute-sets: /V1/products/attribute-sets/sets/list?searchCriteria[filter_groups][1][filters][0][field]=entity_type_code&searchCriteria[filter_groups][1][filters][0][value]=catalog_product&searchCriteria[filter_groups][1][filters][0][conditionType]=eq&searchCriteria[pageSize]=20&searchCriteria[sortOrders][0][field]=attribute_set_id
After getting a list of "attribute-sets" it uses each attribute set id and make a call to get a list of attributes under that attribute-set using this API: /V1/products/attribute-sets/[attribute-set-id]/attributes.
While making the second call, This error pops up from the Magento side.
Thanks
Please sign in to leave a comment.