---
title: "Product Tag Update"
method: PUT
path: "/product"
tags: ["Product Tags"]
---

# Product Tag Update

`PUT /product`

Update a product tag

- **product**: which product
- **k**: which key for the tag
- **v**: which value to set for the tag
- **version**: must be equal to previous version + 1
- **owner**: None or empty for public tags, or your own user_id

## Request body

- ProductTag
  - `product` string, required
  - `k` string, required
  - `v` string, required
  - `owner` string
  - `version` integer
  - `editor` string, nullable
  - `last_edit` string, date-time, nullable
  - `comment` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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