Get listings restrictions for an item in the catalog
Learn how retrieve any listings restrictions for an existing item in the Amazon catalog.
Learn how retrieve any listings restrictions for an existing item in the Amazon catalog.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. Refer to Authorizing Selling Partner API applications for more information.
- The Product Listing role assigned to your developer profile.
- The Product Listing role selected in the App registration page for your application.
- A basic understanding of the Selling Partner API. Refer to What is the Selling Partner API? for more information.
Call the getListingsRestrictions
operation
getListingsRestrictions
operationCall the getListingsRestrictions
operation to return any listings restrictions.
A successful response returns information about all of the applicable restrictions, if any. If there are no restrictions for the specified conditionType (when provided) in the specified marketplace, the list of restrictions in the response will be empty.
When restrictions do exist for the specified conditionType
(when provided) in the specified marketplace, evaluate the reasons
array in the response to determine the reason and to identify next steps, if any. Each reason has a reasonCode
indicating why the listing is restricted.
When is approval required?
Amazon requires that selling partners obtain approval before listing certain items for sale. The approval process can include a variety of approval requirements and qualifications. If the reasonCode
in the response indicates that approval is required, the selling partner might be able to apply for approval to list the item.
In this case, use the information in the links array in the response to instruct the selling partner to navigate to the URL link provided, and then to follow the instructions there to apply for approval to list.
Updated about 14 hours ago