claytondus / Claytondus.AmazonMWS

.NET Standard fork of Amazon MWS client
https://developer.amazonservices.com/
Apache License 2.0
33 stars 12 forks source link

Important Datas NULL #11

Open kevinvenclovas opened 4 years ago

kevinvenclovas commented 4 years ago

Hello,

i have this issue sice yesterday. Some important datas now null:

"ShippingAddress":{ "Name":null, "AddressLine1":null, "AddressLine2":null, "AddressLine3":null, "County":null, }, "BuyerName":null, "BuyerCounty":null, "FulfillmentChannel":"MFN",

Can someone help me? I need this information to get the orders in my system.

claytondus commented 4 years ago

Which endpoint? Have you verified with something like Fiddler that the data is actually in the message?

kevinvenclovas commented 4 years ago

Hi,

i see there is a new field in ShippingAddress -> isAddressSharingConfidential and it's every time false. Maybe here is the issue.

Here the fiddler output from the orders api:

`<?xml version="1.0"?>

2020-03-20T22:59:59Z StandardOrder 2020-03-20T10:29:46.866Z XXXXXXXXXXXXXXX 304-8356810-7867554 2020-03-20T17:56:20.443Z false 1 Expedited Shipped Amazon.de false 0 Standard false false 19.99 EUR false 2020-03-20T22:59:59Z A1PA6795UKMFR9 MFN Other XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX false XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX false Expedited XXXXXXXXXX 2020-03-20T18:04:09.731Z XXXXXXXXX `
kevinvenclovas commented 4 years ago

I think amazon removed our access to the Personally identifiable information but how can i get this back?

claytondus commented 4 years ago

You would have to follow up with Amazon seller support directly, I am not associated with them.