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

GetAttributes

Returns a response containing attributes related to an order. This includes buyer preferences.

Usage Plan:

Rate (requests per second)Burst
15
Path Params
string
required

An Amazon order identifier. This identifies the order for which a message is sent.

Query Params
marketplaceIds
array of strings
required
length ≤ 1

A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.

marketplaceIds*
Responses

Response body
object
buyer
object

The list of attributes related to the buyer.

string

The buyer's language of preference, indicated with a locale-specific language tag. Examples: "en-US", "zh-CN", and "en-GB".

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