Returns the shipping address for the order you specify
Returns the ship-to postal address for a single purchase order.
Mirrors Amazon SP-API getOrderAddress. PII-restricted endpoint:
handlers are marked @RestrictedData server-side and the
response body must NOT be logged.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
purchaseOrderId
Response
Success
payload
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error