-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Important Datas NULL #11
Comments
Which endpoint? Have you verified with something like Fiddler that the data is actually in the message? |
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:
|
I think amazon removed our access to the Personally identifiable information but how can i get this back? |
You would have to follow up with Amazon seller support directly, I am not associated with them. |
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.
The text was updated successfully, but these errors were encountered: