如何对 Shopware 进行 REST 调用

How to make REST calls to Shopware

我为管理员启用了 REST 调用(清除缓存并注销)。

我不明白这条指令: "You will get a randomly generated API access key, which needs to be included in your API requests for authentication."

在用于身份验证的同一页面中,它说我应该将其添加到 header: 授权:基本c2gvcHp3BXJl(这是经过编码的用户名和密码)

我应该如何处理生成的 API 访问密钥?

API-密钥用作密码。您可以通过浏览器访问 /api/orders(例如)来检查它。凭据相同(用户名 + Apikey)。

Shopware 在 php 中提供了有关如何执行此操作的示例:

https://developers.shopware.com/developers-guide/rest-api/#using-the-rest-api-in-your-own-application

https://developers.shopware.com/developers-guide/rest-api/#authentication

API 密钥将在后端用户模块中生成。