Amazon-SP-API-CSharp
Amazon-SP-API-CSharp copied to clipboard
GetOrder Not Retrieveng Buyer Related Data
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?
Have you requested access to PII data ?
I only discovered about it yesterday while looking at similar topics, I sent the form and I'm currently waiting for a response