No info when requesting for order address #4432
Unanswered
ivancortesromero
asked this question in
General
Replies: 1 comment
-
Hi Iván, Order shipping address are Personally Identifiable Information (PII), you'll need to get restricted role and use restricted data token (RDT) to get this information through getOrderAddress API: Prerequisite for calling getOrderAddress: https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-use-case-guide#prerequisites, see "To access buyer and shipping address information, you must:" section |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a public app with the Inventory and Order Tracking role, which should allow me to request the order’s address (via the getOrderAddress operation). However, when I call this endpoint, the response only includes the order ID without any additional information, such as the address.
Beta Was this translation helpful? Give feedback.
All reactions