As far as I know, there 2 kinds of developer access for the Amazon SP-API: one that allows access to Personally Identifiable information (PII) and one that doesn't.
My Amazon SP-API developer profile is NOT supposed to have access to PII, however, when I send sandbox getOrderAddress requests to the Amazon SP-API I get a successful response; I also know that the response is static and it's always the same for everybody but my request doesn't get rejected.
I don't have access to a production store that has orders so that I can test this and the documentation doesn't have any special notes that indicate whether or not the "higher" developer access is required for the operation.
My questions are simple:
- With my current developer access, will I be able to perform the getOrderAddress call on production stores and get the orders' address information?
- Will the request be rejected in production or will it return empty data?
Thank you in advance,