---
title: "POST /api/v1/prices/{id}/flag"
method: POST
path: "/api/v1/prices/{id}/flag"
tags: ["moderation"]
---

# POST /api/v1/prices/{id}/flag

`POST /api/v1/prices/{id}/flag`

## Path parameters

- `id` integer, required

## Request body

- FlagCreate
  - `reason` 'WRONG_TYPE' | 'WRONG_PRICE_VALUE' | 'WRONG_CURRENCY' | 'WRONG_PRODUCT' | 'WRONG_LOCATION' | 'WRONG_DATE' | 'OTHER', required — * `WRONG_TYPE` - Wrong type * `WRONG_PRICE_VALUE` - Wrong price value * `WRONG_CURRENCY` - Wrong currency * `WRONG_PRODUCT` - Wrong product * `WRONG_LOCATION` - Wrong location * `WRONG_DATE` - Wrong date * `OTHER` - Other
  - `comment` string, nullable
  - `content_object` string, required

## Response `200`

- Flag
  - `id` integer, required
  - `content_type` string, required
  - `object_id` integer, required
  - `reason` 'WRONG_TYPE' | 'WRONG_PRICE_VALUE' | 'WRONG_CURRENCY' | 'WRONG_PRODUCT' | 'WRONG_LOCATION' | 'WRONG_DATE' | 'OTHER', required — * `WRONG_TYPE` - Wrong type * `WRONG_PRICE_VALUE` - Wrong price value * `WRONG_CURRENCY` - Wrong currency * `WRONG_PRODUCT` - Wrong product * `WRONG_LOCATION` - Wrong location * `WRONG_DATE` - Wrong date * `OTHER` - Other
  - `comment` string, nullable
  - `status` 'OPEN' | 'CLOSED' — * `OPEN` - Open * `CLOSED` - Closed
  - `owner` string, nullable
  - `source` string, nullable
  - `created` string, date-time
  - `updated` string, date-time, required

---

[API](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api.md) · [All operations](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/open-food-facts-open-prices-rest-api/revisions/2315a270e4e6/schema)
