---
title: "Create product merchandise group"
method: POST
path: "/api/v1/productsMerchandiseGroups"
tags: ["Product Merchandise Group"]
---

# Create product merchandise group

`POST /api/v1/productsMerchandiseGroups`

Creates a new product merchandise group.

## 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 `201`

Resource successfully created response

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `409` — Request conflict with the current state of the target resource
- `415` — Resource representation send in the request is not supported.
- `429` — Too many API calls made.

---

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