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

listReturnReasonCodes

Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
230

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

Query Params
string
required

The seller SKU for which return reason codes are required.

string

The marketplace for which the seller wants return reason codes.

string

The identifier assigned to the item by the seller when the fulfillment order was created. The service uses this value to determine the marketplace for which the seller wants return reason codes.

string

The language that the TranslatedDescription property of the ReasonCodeDetails response object should be translated into.

Responses

Response body
object
payload
object

The request for the listReturnReasonCodes operation.

reasonCodeDetails
array of objects

An array of return reason code details.

reasonCodeDetails
object
string
required

A code that indicates a valid return reason.

string
required

A human readable description of the return reason code.

string

A translation of the description. The translation is in the language specified in the Language request parameter.

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