---
title: "List product merchandise groups"
method: GET
path: "/api/v1/productsMerchandiseGroups"
tags: ["Product Merchandise Group"]
---

# List product merchandise groups

`GET /api/v1/productsMerchandiseGroups`

Lists all available products merchandise groups.

## 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 used 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 — Shows the domestic standard tax rate of the Merchandise Group.
      - `domesticReduced` string — Shows the domestic reduced tax rate of the Merchandise Group.
      - `domesticFree` string — Shows the domestic free (tax free) tax rate of the Merchandise Group.
      - `intraCommunityEu` string — Shows the intra-community EU tax rate of the Merchandise Group.
      - `intraCommunityEuTaxText` string — A description for the intra-community EU tax rate of the Merchandise Group.
      - `euStandard` string — Shows the EU standard tax rate of the Merchandise Group.
      - `euReduced` string — Shows the EU reduced tax rate of the Merchandise Group.
      - `export` string — Shows the export tax rate of the Merchandise Group.
      - `exportTaxText` string — A description for the export tax rate of the Merchandise Group.
    - `expenses` object — How products in this merchandise group are contributing to expenses on your chart of accounts.
      - `domesticStandard` string — Shows the domestic standard tax rate of the Merchandise Group.
      - `domesticReduced` string — Shows the domestic reduced tax rate of the Merchandise Group.
      - `domesticFree` string — Shows the domestic free (tax free) tax rate of the Merchandise Group.
      - `intraCommunityEu` string — Shows the intra-community EU tax rate of the Merchandise Group.
      - `euStandard` string — Shows the EU standard tax rate of the Merchandise Group.
      - `euReduced` string — Shows the EU reduced tax rate of the Merchandise Group.
      - `import` string — Shows the import tax rate of the Merchandise Group.

## Other responses

- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `406` — Requested resource representation does not exist.
- `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)
