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

# View product merchandise group

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

Returns details of a single product merchandise group

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Operation completed successfully.

- object
  - `data` object
    - `id` string — Resource identifier.
    - `name` string — Shows the name of the merchandise group.
    - `project` object, nullable — An optional object with id and name
      - `id` string, required — Resource identifier.
      - `name` string, required
    - `lastUsedProductNumber` string — Shows the last used product number by the merchandise group.
    - `useMainProductNumberRange` boolean — Shows if the product number is taken from the main product number range or not.
    - `revenue` object — How products in this merchandise group are contributing to revenues on your chart of accounts.
      - `domesticStandard` string
      - `domesticReduced` string
      - `domesticFree` string
      - `intraCommunityEu` string
      - `intraCommunityEuTaxText` string
      - `euStandard` string
      - `euReduced` string
      - `export` string
      - `exportTaxText` string
    - `expenses` object — How products in this merchandise group are contributing to expenses on your chart of accounts.
      - `domesticStandard` string
      - `domesticReduced` string
      - `domesticFree` string
      - `intraCommunityEu` string
      - `euStandard` string
      - `euReduced` string
      - `import` string

## Other responses

- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `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)
