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

getListingsRestrictions

Returns listing restrictions for an item in the Amazon Catalog.

Usage Plan:

Rate (requests per second)Burst
510

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 see higher rate and burst values then those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Query Params
string
required

The Amazon Standard Identification Number (ASIN) of the item.

string

The condition used to filter restrictions.

string
required

A selling partner identifier, such as a merchant account.

marketplaceIds
array of strings
required

A comma-delimited list of Amazon marketplace identifiers for the request.

marketplaceIds*
string

A locale for reason text localization. When not provided, the default language code of the first marketplace is used. Examples: "en_US", "fr_CA", "fr_FR". Localized messages default to "en_US" when a localization is not available in the specified locale.

Responses

Response body
object
restrictions
array of objects
required
restrictions*
object
string
required

A marketplace identifier. Identifies the Amazon marketplace where the restriction is enforced.

string

The condition that applies to the restriction.

new_new new_open_box new_oem refurbished_refurbished used_like_new used_very_good used_good used_acceptable collectible_like_new collectible_very_good collectible_good collectible_acceptable club_club

Show Details
new_newNew
new_open_boxNew - Open Box.
new_oemNew - OEM.
refurbished_refurbishedRefurbished
used_like_newUsed - Like New.
used_very_goodUsed - Very Good.
used_goodUsed - Good.
used_acceptableUsed - Acceptable.
collectible_like_newCollectible - Like New.
collectible_very_goodCollectible - Very Good.
collectible_goodCollectible - Good.
collectible_acceptableCollectible - Acceptable.
club_clubClub
reasons
array of objects

A list of reasons for the restriction.

reasons
object
string
required

A message describing the reason for the restriction.

string

A code indicating why the listing is restricted.

APPROVAL_REQUIRED ASIN_NOT_FOUND NOT_ELIGIBLE

Show Details
APPROVAL_REQUIREDApproval is required to create a listing for the specified ASIN. A path forward link will be provided that may allow Selling Partners to remove the restriction.
ASIN_NOT_FOUNDThe specified ASIN does not exist in the requested marketplace.
NOT_ELIGIBLENot eligible to create a listing for the specified ASIN. No path forward link will be provided to remove the restriction.
links
array of objects
Headers
object
string

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

string

Unique request reference identifier.

Language