Check ASIN restrictions
GET
https://app.sellerassistant.app/api/v1/products/{asin}/restriction-status
Restrictions
ALLOWED_TO_SELL
, NOT_ELIGIBLE
, APPROVAL_REQUIRED
. Be noticed that if ASIN is not found, it will return ALLOWED_TO_SELL
anyway (for better performance). The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it here.Request
Path Params
asin
required
Example:
B00U26V4VQ
Query Params
domain
optional
amazon.com
is used by default if domain
and marketplaceId
are not provided. If both domain
and marketplaceId
are chosen, domain
has bigger priority. Options: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br.Example:
amazon.com
marketplaceId
optional
amazon.com
is used by default if domain
and marketplaceId
are not provided. If both domain
and marketplaceId
are chosen, domain
has bigger priority. See all options here.Example:
ATVPDKIKX0DER
Request samples
Responses
Modified at 2025-01-16 08:37:58