---
title: "Indexing Issue"
method: POST
path: "alert.indexing_issue"
---

# Indexing Issue

`POST alert.indexing_issue` (webhook)

ASIN not indexed for a keyword

## Payload

- IndexingIssuePayloadDto
  - `id` string, required
  - `type` string, required
  - `created_at` string, required
  - `organization_id` number, required
  - `data` IndexingIssueDataDto, required
    - `seller_id` string, required
    - `marketplace` 'com' | 'ca' | 'co.uk' | 'com.mx' | 'in' | 'fr' | 'de' | 'es' | 'it' | 'co.jp', required
    - `tracked_asin` string, required
    - `tracked_asin_title` object
    - `niche_label` string, required
    - `rank_radar_id` string, required
    - `return_url` string, required
    - `is_parent` boolean, required

## Acknowledgement `2xx`

Acknowledge receipt.

## Other responses

- `Any other response code` — Indicates a failure to receive the webhook. Data Dive will retry according to our retry policy.

---

[API](https://skmtc.dev/datadive/apis/data-dive-developer-apis.md) · [All operations](https://skmtc.dev/datadive/apis/data-dive-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadive/data-dive-developer-apis/revisions/03207abc96ba/schema)
