Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

Cannot get orders when only set IsNeedRestrictedDataToken = true

Open liuboLucas opened this issue 1 year ago • 0 comments

after i upgrade it to vision 1.7.18. My code didn't work. because there are 2 same named function public async Task<OrderList> GetOrdersAsync(ParameterOrderList searchOrderList, CancellationToken cancellationToken = default(CancellationToken)) and public async Task<OrderList> GetOrdersAsync(ParameterOrderList searchOrderList)

When in my code, calls the GetOrders(ParameterOrderList searchOrderList), the sencond function will be called. restrictedResource.dataElements cann't be set

liuboLucas avatar Jun 18 '24 06:06 liuboLucas