---
title: "Update product properties"
method: PATCH
path: "/api/v1/products/{id}/properties"
tags: ["Product"]
---

# Update product properties

`PATCH /api/v1/products/{id}/properties`

Update Properties of a single product

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object[]
  - `id` string — Resource identifier.
  - `property` object, required — Reference to another resource
    - `id` string, required — Resource identifier.
  - `name` string
  - `unit` string, nullable
  - `value` string

## Response `204`

Operation completed successfully, no response body

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `429` — Too many API calls made.

---

[API](https://skmtc.dev/xentral/apis/xentral-api.md) · [All operations](https://skmtc.dev/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
