---
title: "Update product merchandise group"
method: PATCH
path: "/api/v1/productsMerchandiseGroups/{id}"
tags: ["Product Merchandise Group"]
---

# Update product merchandise group

`PATCH /api/v1/productsMerchandiseGroups/{id}`

Updates details of a single product merchandise group

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object
  - `name` string — Sets the name of the merchandise group.
  - `project` object — Reference to another resource
    - `id` string, required — Resource identifier.
  - `lastUsedProductNumber` string — Sets the last used product number by the merchandise group.
  - `useMainProductNumberRange` boolean — Determines if the product number should be taken from the main product number range or not.
  - `revenue` object
    - `domesticStandard` string
    - `domesticReduced` string
    - `domesticFree` string
    - `intraCommunityEu` string
    - `intraCommunityEuTaxText` string
    - `euStandard` string
    - `euReduced` string
    - `export` string
    - `exportTaxText` string
  - `expenses` object
    - `domesticStandard` string
    - `domesticReduced` string
    - `domesticFree` string
    - `intraCommunityEu` string
    - `euStandard` string
    - `euReduced` string
    - `import` string

## 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
- `404` — Resource was not found or not enough access privileges
- `409` — Request conflict with the current state of the target resource
- `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)
