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

getOrderItemsBuyerInfo

Returns buyer information for the order items in 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 Amazon-defined order identifier, in 3-7-7 format.

Query Params
string

A string token returned in the response of your previous request.

Responses

Response body
object
payload
object

A single order item's buyer information list with the order ID.

OrderItems
array of objects
required

A single order item's buyer information list.

OrderItems*
object
string
required

An Amazon-defined order item identifier.

BuyerCustomizedInfo
object

Buyer information for custom orders from the Amazon Custom program.

GiftWrapPrice
object

The monetary value of the order.

GiftWrapTax
object

The monetary value of the order.

string

A gift message provided by the buyer.

Note: This attribute is only available for MFN (fulfilled by seller) orders.

string

The gift wrap level specified by the buyer.

string

When present and not empty, pass this string token in the next request to return the next response page.

string
required

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

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