Search code examples
amazon-mws

Missing Buyer Address and name in GetOrder Method


AddressLine1,2,3, and Name of Order object under GetOrder and ListOrders method dissapeared in calls since 2019-06-13. When i call method ListOrders, there is no AddressLine1,AddressLine2,AddressLine3 and Name fields under Order->ShippingAddress

I'm using 2013-09-01 version.

This is the thread in MWS Forum

Thanks!

<ShippingAddress>
   <City>Avellino</City>
//Missing fields
   <PostalCode>83100</PostalCode>
   <isAddressSharingConfidential>false</isAddressSharingConfidential>
   <StateOrRegion>Avellino</StateOrRegion>
   <CountryCode>IT</CountryCode>
</ShippingAddress>

Solution

  • My problem is solved now. The issue was that Amazon needs you have "PII" level. I gained that level by creating a ticket and inquiring from that in the Amazon MWS user section, they sent me a form with security and privacy questions, which I filled out and in minutes it was all solved.