Inputs
SelectableOption
Output
Type:List[Dict]
Returns per-product eligibility with overallStatus ELIGIBLE, ELIGIBLE_WITH_WARNING, or INELIGIBLE.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Checks whether ASINs are eligible to be advertised, with ineligibility reasons
| App | Amazon Ads |
| Operation ID | amazon_ads_check_product_eligibility |
| Type | Action |
| Connection | amazon_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Amazon Ads profile to check product eligibility in. |
asins | array of string (also accepts a comma-separated string) | Yes | - | The ASINs to check advertising eligibility for (like B07FZ8S74R), as a list or comma-separated text. Up to 50. |
ad_type | string or SelectableOption | No | {'value': 'sp', 'label': 'Sponsored Products'} | The ad product to check eligibility against: sp, sb, or sd. Default: sp. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns per-product eligibility with overallStatus ELIGIBLE, ELIGIBLE_WITH_WARNING, or INELIGIBLE.