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

GetOrder Not Retrieveng Buyer Related Data

Open User310723 opened this issue 2 years ago • 2 comments

Hi, I'm trying to retrieve the data from amazon regarding bought items, but I cannot get the buyer name or his address. I've tryed using: amazonConnection.Orders.GetOrders(serachOrderList)[0].BuyerInfo; amazonConnection.Orders.GetOrderItemsBuyerInfo(amazonConnection.Orders.GetOrders(serachOrderList)[0].AmazonOrderId);

But it doesn't seem to work, it only returns null value or no value at all...

For the address I used; amazonConnection.Orders.GetOrders(serachOrderList)[0].ShippingAddress;

But it doesn't return some values as the AddressLine, County, District, Phone and others, for now I'm interested mostly in the address, the other values are necessary, but secondary, I can go on with only address and buyer name for now.

Is there a way to fix this? Maybe a setting to change, another method to use or a rule to add in AWS?

User310723 avatar Jul 31 '23 15:07 User310723

Have you requested access to PII data ?

nickgoodmanuk avatar Aug 01 '23 14:08 nickgoodmanuk

I only discovered about it yesterday while looking at similar topics, I sent the form and I'm currently waiting for a response

User310723 avatar Aug 02 '23 06:08 User310723