{
"adType": "sp",
"locale": "en_US",
"productDetailsList": [
{
"asin": "string",
"globalStoreSetting": {
"catalogSourceCountryCode": "string"
}
}
]
}curl --location 'https://www.amazon.com/ap/oa/eligibility/product/list' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/json' \
--data '{
"adType": "sp",
"locale": "en_US",
"productDetailsList": [
{
"asin": "string",
"globalStoreSetting": {
"catalogSourceCountryCode": "string"
}
}
]
}'{
"productResponseList": [
{
"eligibilityStatusList": [
{
"helpUrl": "string",
"message": "string",
"name": "ADULT_PRODUCT",
"severity": "ELIGIBLE_WITH_WARNING"
}
],
"overallStatus": "ELIGIBLE",
"productDetails": {
"asin": "string",
"globalStoreSetting": {
"catalogSourceCountryCode": "string"
}
}
}
]
}