---
title: "Get All Product Groups"
method: GET
path: "/v1/productGroups"
tags: ["Product Groups"]
---

# Get All Product Groups

`GET /v1/productGroups`

Retrieves a list of all product groups. The response includes details of each product group such as the name, code, and associated actor.

## Response `200`

A list of all product groups in the system.

- ProductGroup[]
  - `ProductGroupRef` string, nullable — A reference identifier for the product group.
  - `ActorRef` string, nullable — A reference identifier for the actor associated with the product group.
  - `ProductGroupID` integer, nullable — The unique identifier of the product group.
  - `ActorID` integer, nullable — The unique identifier of the actor associated with the product group.
  - `ProductGroupName` string, nullable — The name of the product group.
  - `ProductGroupCode` integer, nullable — The code associated with the product group.
  - `ProductGroupSubCode` integer, nullable — A sub-code associated with the product group for further categorization.
  - `ProductGroupCreatedBy` integer, nullable — The identifier of the user who created the product group.
  - `ProductGroupCreationDate` string, date-time, nullable — The date and time when the product group was created.
  - `ProductGroupUpdatedBy` integer, nullable — The identifier of the user who last updated the product group.
  - `ProductGroupLastUpdated` string, date-time, nullable — The date and time when the product group was last updated.
  - `ProductGroupPictureURL` string, nullable — The URL of the picture associated with the product group.
  - `ProductGroupCategoryCode` string, nullable — The category code associated with the product group.

---

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