What is the Listings Restrictions API?
mainThe Listings Restrictions API allows you to check if there are restrictions preventing the creation of a listing for an item in the Amazon catalog. If an item is restricted, the API can provide information on how to request approval to list it.
Key Capabilities
- ASIN-based checks: Retrieve restriction details for an existing catalog item using its Amazon Standard Identification Number (ASIN).
- Condition filtering: Optionally filter restrictions based on the item's
condition type. - Multi-marketplace support: Check for restrictions across multiple marketplaces in a single API call.
- Approval workflows: When a restriction requires approval, the API returns 'next step' links to guide you through the approval process.
Recommended Workflow
It is recommended to use the Listings Restrictions API in conjunction with the Listings Items API. A common pattern is to first call the Listings Restrictions API to verify if an item can be listed; if no restrictions are found, proceed to call the Listings Items API to create the offer-only listing.