Iam开发react-native应用程序并使用Magento2 REST API,如何获取用户所有订单的列表。
我正在使用此网址获取用户在Magento2中下达的订单列表。
baseurl/rest/V1/orders?searchCriteria[filter_groups][0][filters][0][field]=customer_email&searchCriteria[filter_groups][0][filters][0][value][email protected]
将用户电子邮件放在[email protected]的位置,我们需要使用GET方法在标头中传递访问令牌。