获取所有产品时出现magento rest api 500内部服务器错误

获取所有产品时出现magento rest api 500内部服务器错误,api,rest,magento,Api,Rest,Magento,当我尝试使用RESTAPI获取所有产品列表时 它显示500个内部服务器错误 如我所见,Magento rest API未配置。需要以下两个步骤。 为RESTAPI做准备 利用REST API资源需要以下步骤: 1. Set up permissions for REST resource operations from Magento Admin Panel. 2. Configure the attributes for different users types in Magento Ad

当我尝试使用RESTAPI获取所有产品列表时

它显示500个内部服务器错误


如我所见,Magento rest API未配置。需要以下两个步骤。 为RESTAPI做准备

利用REST API资源需要以下步骤:

1. Set up permissions for REST resource operations from Magento Admin Panel.
2. Configure the attributes for different users types in Magento Admin Panel. There are 3 different types of users in accessing the data: Admin, Customer, and Guest. Admin is the backend logged in user, Customer is the fronted logged in user, and Guest is a non-logged in fronted user.
此外,您还可以按照下面的url获得更好的帮助。

请按照以下步骤操作,这对我来说很好。 1.登录到管理面板 2.系统>>Web服务>>Rest角色 3.然后单击guest,然后选择catalog all item,然后保存角色 4.然后单击系统>>Web服务>>Rest属性,然后选择全部,然后保存

希望它能正常工作。谢谢


也请看屏幕截图

完成以上步骤后,请按照我下面的回答。我再次遇到相同的错误。请指导我解决此错误。您找到解决方案了吗?我无法打开此url