Returns buyer contact info for the order you specify

Returns the buyer’s display name, email address, and an anonymized phone (last 4 digits only). Mirrors Amazon SP-API getOrderBuyerInfo. PII-restricted endpoint: handlers are marked @RestrictedData server-side and request/response bodies must NOT be logged.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

purchaseOrderIdstringRequired

Response

Success
payloadobjectOptional

Buyer contact projection. buyerPhoneAnonymized is masked to the last 4 digits (e.g. ***-***-0100); the unmasked phone number is never returned by the v4 API.

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