---
title: "Update parts v1"
method: PATCH
path: "/api/v1/products/{id}/parts"
tags: ["Product"]
deprecated: true
---

# Update parts v1

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

> **Deprecated.**

Updates the parts of a product.

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object[]
  - `id` string — Resource identifier.
  - `amount` number, float — Sets the amount for how many times the product is included

## Response `204`

Operation completed successfully, no response body

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — 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)
