我正在使用Magento REST 身份验证 api,因为我正在获取访问令牌和密钥
通过使用此访问令牌,我需要获取客户 ID 和客户详细信息。
首先,如何获取客户详细信息,例如客户 ID、客户名称等。
我正在使用Magento REST 身份验证 api,因为我正在获取访问令牌和密钥
通过使用此访问令牌,我需要获取客户 ID 和客户详细信息。
首先,如何获取客户详细信息,例如客户 ID、客户名称等。
要获取客户详细信息,请使用
http://magentohost/api/rest/customers
获取特定 id 的客户是
http://magentohost/api/rest/customers/:customerId
欲了解更多信息,请查看这里