---
title: "Competitor Price Drop"
method: POST
path: "alert.competitor_price_drop"
---

# Competitor Price Drop

`POST alert.competitor_price_drop` (webhook)

Competitor price drop detected

## Payload

- CompetitorPriceDropPayloadDto
  - `id` string, required
  - `type` string, required
  - `created_at` string, required
  - `organization_id` number, required
  - `data` CompetitorPriceDropDataDto, required
    - `asin` string, required
    - `marketplace` 'com' | 'ca' | 'co.uk' | 'com.mx' | 'in' | 'fr' | 'de' | 'es' | 'it' | 'co.jp', required
    - `competitor_title` object
    - `old_price` number, required
    - `new_price` number, required
    - `change_percentage` number, 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)
