HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getOrderBuyerInfo

Returns buyer information for the order that you specify.

Usage Plan:

Rate (requests per second)Burst
0.530

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to Usage Plans and Rate Limits.

Path Params
string
required

An orderId is an Amazon-defined order identifier, in 3-7-7 format.

Responses

Response body
object
payload
object

Buyer information for an order.

string
required

An Amazon-defined order identifier, in 3-7-7 format.

string

The anonymized email address of the buyer.

string

The buyer name or the recipient name.

string

The county of the buyer.

Note: This attribute is only available in the Brazil marketplace.

BuyerTaxInfo
object

Tax information about the buyer.

string

The purchase order (PO) number entered by the buyer at checkout. Only returned for orders where the buyer entered a PO number at checkout.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language