-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Incomplete customer address at getOrder II #407
Comments
Maybe some customers have not stored all of their info. |
No. I have now also updated the Selling-Partner-API to the current 5.4.0. Problem still exists. |
Can you try dumping the raw response from the SPAPI response and see if it returns the missing values? This could very well be a SPAPI problem. |
I don't see anything wrong with your code. Could you please provide a screenshot of your SP API app config in Seller Central? |
You won't be able to retrieve shipping addresses with the roles you have access to -- Tax Invoicing gives you access to the |
@jlevers I tried so just now and passed only byer_info. Unfortunately the same problem. :-( Amazon gave me the following answer:
Amazon support assumes that it is transferred wrong token when querying. Since I use this API for this, I have made no change in the direction, because I assume that this API already correctly transmits the data to Apazon. Can someone check my code and confirm if it works as it is? |
Ok, thanks for all who have investigated the problem with. The token needs to be regenerated, just as was said here: @jlevers I guess your project doesn't work with new composer packages anymore. But I also just need a simple script that works. I have already created something and I also have difficulties to use your API. I think for you the error would be easy to find than for me. |
Glad you got it resolved. |
Unfortunately, the topic I created here was mistakenly closed although the problem persists.
#388
I would ask to look at the problem again.
Hello,
I use SDK in the version: 5.4.0
I am trying to retrieve order information with the following code:
In response I get the following result. As you can see, customer data is missing like name, first name, street:
(Please note that I made sensitive data with XX away).
Amazon support says that I already have PII roll and the data I had already received with the old interface MWS as well.
Can you please tell me if it is a bug in my code that I am not getting this data?
The text was updated successfully, but these errors were encountered: