> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Check Product Eligibility

> Checks whether ASINs are eligible to be advertised, with ineligibility reasons

Checks whether ASINs are eligible to be advertised, with ineligibility reasons. Use before creating campaigns or ads.

|                      |                                        |
| -------------------- | -------------------------------------- |
| **App**              | Amazon Ads                             |
| **Operation ID**     | `amazon_ads_check_product_eligibility` |
| **Type**             | Action                                 |
| **Connection**       | `amazon_ads` (required)                |
| **Credits per run**  | 1                                      |
| **Agent / MCP tool** | Yes                                    |

## Inputs

| 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.                                       |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns per-product eligibility with overallStatus ELIGIBLE, ELIGIBLE\_WITH\_WARNING, or INELIGIBLE.
