作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在构建一个使用 magento 2 REST API 的移动应用程序。因此,在这里我可以将产品添加到购物车,甚至完成订单。但在我看来,我无法以客户或访客用户的身份列出产品或类别。作为管理员我可以做到这一点。这是我收到的错误
{
"message": "Consumer is not authorized to access %resources",
"parameters": {
"resources": "Magento_Catalog::categories"
}
}
我可以作为客户或访客使用“/V1/products”API 吗?
我想我唯一的选择就是构建自己的客户 API,为匿名用户列出产品/类别。
最佳答案
有一个特定的设置允许匿名用户访问隐藏的 REST API 端点:
配置 > 服务 > Magento Web API > Web API 安全。然后从“允许匿名 guest 访问”菜单中选择"is"。
引用:http://devdocs.magento.com/guides/v2.0/rest/anonymous-api-security.html
关于api - Magento 2 API : How do I list products as a customer or anonymous user,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37113745/
我是一名优秀的程序员,十分优秀!